🩹(frontend) add a disabled style on tertiary button

Was lacking, necessary in my next jobs working on
transcript side pannel v2.
This commit is contained in:
lebaudantoine
2025-04-04 14:54:09 +02:00
committed by aleb_the_flash
parent aa6757601d
commit 33a94da636

View File

@@ -123,6 +123,10 @@ export const buttonRecipe = cva({
'&[data-pressed]': {
backgroundColor: 'primary.300',
},
'&[data-disabled]': {
backgroundColor: 'transparent',
color: 'primary.400',
},
},
tertiaryText: {
backgroundColor: 'transparent',