Open SnowingFox opened 2 years ago
I landed in here while looking for answers to override component styling.
I tried to use defaultProps.classes
for controlling component state classes but they don't seem to always work. If I'm not mistaken, if you try to override them they appear to conflict with the existing component classes (i.e: .css-[hash].Mui-[state]
).
is there any other alternative to tweak the default components look and feel via themes? This makes SUID pretty limited in terms of customization.
Same issue here, I need tu play with the button background opacity while keeping the palette primary, secondary plain. How do you workaround this today cause it seem I cannot event trigger the state class?
i want to override component props via
styleOverrides
prop like MUI, but now suid just havedefaultProps
in components