#Menu Color
20 messages · Page 1 of 1 (latest)
could be for various reasons. have you included the core styles?
import '@mantine/core/styles.css';
what's your theme in MantineProvider? have you setup dark theme?
oops i forgot about defaultColorScheme="dark", thanks!
how do i change the default color of meus?
you can use styles API to override specific component styles, example for Button ofund here:
https://mantine.dev/styles/styles-api/#styles-api-selectors
what about things like borders?
styles API allows you to apply CSS either in-line or through classnames from CSS files. all typical CSS applies, so you can use CSS borders
this provides a visual demo of the different styles targets for Menu
https://mantine.dev/core/menu/#styles-api
@swift kettle how do i change the hover of a specific thingy
hold on let me show you
this one is fine
i just want to change this one
and dashboard
as i dont like the gray
but the red variant is fine
but that will change the hover color for the log out red variant too, i just want to change the gray