Prevent sidebar title from changing colors

This commit is contained in:
Travis Kohlbeck
2020-09-08 00:41:18 -04:00
committed by Jean-Philippe Sirois
parent 8336baf0b0
commit c8cf9dae0b
+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;