We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8336baf + c8cf9da commit 3212d3dCopy full SHA for 3212d3d
src/components/Sidebar/styles.tsx
@@ -59,7 +59,7 @@ export const Title = styled.div`
59
display: flex;
60
flex: 1 0 auto;
61
align-items: center;
62
- color: ${(props) => transparentize(0.1, props.theme.sidebar.foreground)};
+ color: rgba(255, 255, 255, 0.9);
63
font-size: 20px;
64
line-height: 24px;
65
font-weight: 700;
0 commit comments