Color-specific style overrides #709
-
We are using <MantineProvider
styles={{
Button: theme => ({
light: { color: theme.colors.gray[8] },
}),
}}
>
...
</MantineProvider> While this works for the gray button, it breaks all other Any suggestions on how to accomplish what I'm trying to do? I want to darken the gray on Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Currently, it's not supported to get component params in provider styles, this option will be available in upcoming 4.0 |
Beta Was this translation helpful? Give feedback.
Currently, it's not supported to get component params in provider styles, this option will be available in upcoming 4.0