react-sidenav icon indicating copy to clipboard operation
react-sidenav copied to clipboard

navtext color change

Open aakhan89 opened this issue 5 years ago • 3 comments

How to change all navtext color with styled component

aakhan89 avatar Jun 12 '19 14:06 aakhan89

I second that question.

Perry89 avatar Aug 12 '19 10:08 Perry89

you should go css file of it , search "navtext" and change the color as you want

kixtaxwax avatar Aug 21 '19 13:08 kixtaxwax

I also couldn't find a way to style it using the styled-component. It doesn't seem to work properly. But, if you put the styles in the style prop, it works fine, like this:

const TextStyle = {
    color: "#fff",
};

//...

        <NavText style={TextStyle}>Home</NavText>

Maybe it is a bug, I don't know. But I'm finding this sideBar VERY HARD to customize. There should be some way easier to make it work with styled-components

pedrohba1 avatar Jun 01 '20 21:06 pedrohba1