aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/bootstrap/style/buttons.scss
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-10-24 12:01:09 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-10-24 12:01:09 -0400
commit8ae86c70aa832ce2fd1f3abab5b017e3ac2fa83e (patch)
tree9cd2efd44c5a44a44f7efc62204fb5f400cd0bc8 /front-end/src/bootstrap/style/buttons.scss
parent76e4f83693a7055ef843f4674d2c10f5e45f105e (diff)
package updates, upstream ui updates, pki multi-key support
Diffstat (limited to 'front-end/src/bootstrap/style/buttons.scss')
-rw-r--r--front-end/src/bootstrap/style/buttons.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/bootstrap/style/buttons.scss b/front-end/src/bootstrap/style/buttons.scss
index a440def..322853b 100644
--- a/front-end/src/bootstrap/style/buttons.scss
+++ b/front-end/src/bootstrap/style/buttons.scss
@@ -8,7 +8,7 @@
}
.btn {
- @apply ease-in-out duration-100 border-2 px-4 py-2 text-center text-sm font-medium transition-all focus:ring-2;
+ @apply ease-in-out duration-100 border px-4 py-2 text-center text-sm font-medium transition-all focus:ring-2;
@apply bg-white border-gray-300 text-gray-700 shadow-sm hover:bg-gray-100 focus:ring-gray-100;
.dark & {