#Menu Color

20 messages · Page 1 of 1 (latest)

sullen citrus
#

Why is the default color of my Menu white and how do I change it to an appropriate one?

swift kettle
#

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?

sullen citrus
#

oops i forgot about defaultColorScheme="dark", thanks!

sullen citrus
swift kettle
sullen citrus
swift kettle
#

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

sullen citrus
#

@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

sullen citrus
#

but that will change the hover color for the log out red variant too, i just want to change the gray

swift kettle
#

you can also apply a selective classname to it