💄(frontend) update secondaryText button variant to medium font weight
Change secondaryText button style from default to medium font weight for improved visual comfort and better readability. I haven't tested this change with Marianne.
This commit is contained in:
committed by
aleb_the_flash
parent
5e9d20e685
commit
de3a5aa404
@@ -68,6 +68,7 @@ export const buttonRecipe = cva({
|
|||||||
},
|
},
|
||||||
secondaryText: {
|
secondaryText: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
|
fontWeight: 'medium !important',
|
||||||
color: 'primary.800',
|
color: 'primary.800',
|
||||||
'&[data-hovered]': {
|
'&[data-hovered]': {
|
||||||
backgroundColor: 'greyscale.100',
|
backgroundColor: 'greyscale.100',
|
||||||
|
|||||||
Reference in New Issue
Block a user