🩹(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:
lebaudantoine
2026-05-18 17:58:48 +02:00
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',