Skip to content

Commit c8cf9da

Browse files
travisk-codesveksen
authored andcommitted
Prevent sidebar title from changing colors
1 parent 8336baf commit c8cf9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const Title = styled.div`
5959
display: flex;
6060
flex: 1 0 auto;
6161
align-items: center;
62-
color: ${(props) => transparentize(0.1, props.theme.sidebar.foreground)};
62+
color: rgba(255, 255, 255, 0.9);
6363
font-size: 20px;
6464
line-height: 24px;
6565
font-weight: 700;

0 commit comments

Comments
 (0)