💄(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:
lebaudantoine
2025-08-05 16:04:42 +02:00
committed by aleb_the_flash
parent 5e9d20e685
commit de3a5aa404

View File

@@ -68,6 +68,7 @@ export const buttonRecipe = cva({
},
secondaryText: {
backgroundColor: 'transparent',
fontWeight: 'medium !important',
color: 'primary.800',
'&[data-hovered]': {
backgroundColor: 'greyscale.100',