💄(frontend) add style for disabled icon button
Necessary when the submit message button is disabled. Bad color management again …
This commit is contained in:
committed by
aleb_the_flash
parent
fe8fd36467
commit
583f5b8e70
@@ -117,6 +117,9 @@ export const buttonRecipe = cva({
|
|||||||
'&[data-pressed]': {
|
'&[data-pressed]': {
|
||||||
borderColor: 'currentcolor',
|
borderColor: 'currentcolor',
|
||||||
},
|
},
|
||||||
|
'&[data-disabled]': {
|
||||||
|
color: 'gray.300',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
fullWidth: {
|
fullWidth: {
|
||||||
|
|||||||
Reference in New Issue
Block a user