🩹(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:
committed by
aleb_the_flash
parent
aa6757601d
commit
33a94da636
@@ -123,6 +123,10 @@ export const buttonRecipe = cva({
|
||||
'&[data-pressed]': {
|
||||
backgroundColor: 'primary.300',
|
||||
},
|
||||
'&[data-disabled]': {
|
||||
backgroundColor: 'transparent',
|
||||
color: 'primary.400',
|
||||
},
|
||||
},
|
||||
tertiaryText: {
|
||||
backgroundColor: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user