diff --git a/src/ux-components/button-main/button-main.vue b/src/ux-components/button-main/button-main.vue index 915c675eb..2621d6bcd 100644 --- a/src/ux-components/button-main/button-main.vue +++ b/src/ux-components/button-main/button-main.vue @@ -56,6 +56,7 @@ export default { border-radius: $border-radius-lg; color: $white; justify-content: center; + font-weight: 500; &:hover { background: linear-gradient( 270deg, @@ -83,6 +84,7 @@ export default { $gray-200 100% ) !important; color: $gray-600 !important; + font-weight: 400; height: 48px; border: none; border-radius: $border-radius-lg; @@ -103,6 +105,7 @@ export default { border: 1px solid $blue; border-radius: $border-radius-lg; color: $blue; + font-weight: 500; transition: all 150ms linear; &:hover { color: $white; @@ -119,6 +122,7 @@ export default { &:disabled { background: transparent; color: $gray-550 !important; + font-weight: 400; height: 48px; border: 1px solid $gray-550; border-radius: $border-radius-lg;