mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
🩹(frontend) add missing disabled styling for primaryDarkText button
Implement the missing disabled state styling for the primaryDarkText button variant to ensure consistent UI feedback when the button is not interactive.
This commit is contained in:
committed by
aleb_the_flash
parent
224707f4c7
commit
318447f2b3
@@ -211,6 +211,9 @@ export const buttonRecipe = cva({
|
||||
outlineColor: 'focusRing',
|
||||
outlineOffset: '2px',
|
||||
},
|
||||
'&[data-disabled]': {
|
||||
opacity: 0.2,
|
||||
},
|
||||
},
|
||||
quaternaryText: {
|
||||
backgroundColor: 'transparent',
|
||||
|
||||
Reference in New Issue
Block a user