We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7495c5c commit 92cd3a4Copy full SHA for 92cd3a4
examples/Styled/StyledSideNav.jsx
@@ -1,4 +1,3 @@
1
-import styled from 'styled-components';
2
import SideNav, {
3
Toggle,
4
Nav,
@@ -7,6 +6,8 @@ import SideNav, {
7
6
NavText
8
} from '../SideNav';
9
+import styled from 'styled-components';
10
+
11
// SideNav
12
const StyledSideNav = styled(SideNav)`
13
background-color: #fff;
@@ -67,7 +68,7 @@ const StyledNav = styled(Nav)`
67
68
color: #666;
69
}
70
- [class*="sidenav-nav-text--"] {
71
+ [class*="navtext--"] {
72
&, > * {
73
color: #222;
74
@@ -82,11 +83,9 @@ const StyledNav = styled(Nav)`
82
83
[class*="navtext--"] {
84
85
color: #db3d44;
86
+ font-weight: 700;
87
88
- font-weight: 700;
89
- }
90
91
92
`;
0 commit comments