From c8cf9dae0b4dc8a95f9f235a23164094b08b464c Mon Sep 17 00:00:00 2001 From: Travis Kohlbeck Date: Mon, 7 Sep 2020 18:27:45 -0400 Subject: [PATCH] Prevent sidebar title from changing colors --- src/components/Sidebar/styles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar/styles.tsx b/src/components/Sidebar/styles.tsx index 76a60a6..d4c0921 100644 --- a/src/components/Sidebar/styles.tsx +++ b/src/components/Sidebar/styles.tsx @@ -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;