💄(frontend) add style for disabled icon button

Necessary when the submit message button is disabled.
Bad color management again …
This commit is contained in:
lebaudantoine
2024-10-09 17:34:03 +02:00
committed by aleb_the_flash
parent fe8fd36467
commit 583f5b8e70

View File

@@ -117,6 +117,9 @@ export const buttonRecipe = cva({
'&[data-pressed]': {
borderColor: 'currentcolor',
},
'&[data-disabled]': {
color: 'gray.300',
},
},
},
fullWidth: {