Closed KasraTabrizi closed 4 years ago
We can add extra theme toggles.
@KasraTabrizi we will add extra toggles in the next release early next week.
@adamaltman and @RomanHotsiy
Thanks!
We've added a few extra knobs in beta.84:
sidebar.textColor
sidebar.activeTextColor
sidebar.activeBgColor
Sorry for the huge delay with this 🙈 .
We'll update docs and changelog later this week.
Hey everyone,
I have a problem styling the sidebar of the portal. I can only style the backgroundColor and the width (see code snippet in theme.ts)
However, I would like to style the text color, border radius, background color when hovering. Adding those properties doesn't seem to do anything. I did a bit of a digging in the redoc/typings/utils/theme.d.ts where I found the following:
I tried adding a textColor and arrow property to my theme.ts file but nothing happened to the styling. Is there a way to add extra properties to the theme.ts or do I also have to override the whole sidebar nav?
Thanks in advance,
Greetings,
Kasra Tabrizi