Merge pull request #335 from travisk-codes/sidebar-title-color

Prevent sidebar title from changing colors
This commit is contained in:
Jean-Philippe Sirois
2020-09-08 00:42:51 -04:00
committed by GitHub
+1 -1
View File
@@ -59,7 +59,7 @@ export const Title = styled.div`
display: flex;
flex: 1 0 auto;
align-items: center;
color: ${(props) => transparentize(0.1, props.theme.sidebar.foreground)};
color: rgba(255, 255, 255, 0.9);
font-size: 20px;
line-height: 24px;
font-weight: 700;