aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/bootstrap/style/buttons.scss
diff options
context:
space:
mode:
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 & {