How do I style the sidebar and its items
How do I style the sidebar and its items? I've looked at older answers but I don't really get it. I am using MUI, typescript and v4.
4 Replies
Hi @alicanerdurmaz. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
extended-salmon•2y ago
it's depends what you want. if you only want to change style (css). refine don't have opinion about that. uses default colors
you can override MUI theme like this:
https://refine.dev/docs/api-reference/mui/theming/#overriding-variables
for more information:
https://mui.com/material-ui/customization/how-to-customize/
genetic-orange•2y ago
Thanks! I was just confused why I couldn't find the sider component. I followed the docs and now I understand how it works. Really simple and nice👍
extended-salmon•2y ago
I'm glad to hear that 🚀
This is the way