diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 7b862a156..affffc4cc 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -152,7 +152,7 @@ | |||
152 | @include button-focus(pvar(--mainColorLightest)); | 152 | @include button-focus(pvar(--mainColorLightest)); |
153 | 153 | ||
154 | border: 2px solid pvar(--mainColor); | 154 | border: 2px solid pvar(--mainColor); |
155 | font-weight: $font-regular; | 155 | font-weight: $font-semibold; |
156 | 156 | ||
157 | &, &:active, &:focus { | 157 | &, &:active, &:focus { |
158 | color: pvar(--mainColor); | 158 | color: pvar(--mainColor); |
@@ -551,6 +551,7 @@ | |||
551 | height: $size; | 551 | height: $size; |
552 | min-width: $size; | 552 | min-width: $size; |
553 | min-height: $size; | 553 | min-height: $size; |
554 | border-radius: 5px; | ||
554 | } | 555 | } |
555 | 556 | ||
556 | @mixin chevron ($size, $border-width) { | 557 | @mixin chevron ($size, $border-width) { |