Skip to content

Commit

Permalink
color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestone14 committed Nov 9, 2023
1 parent 438c885 commit 5303e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions views/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root {
--primary-light: #addbff;
--primary-main: #2196f3;
--text-secondary: #054DA7;
}
4 changes: 2 additions & 2 deletions views/components/Sidebar/SidebarLink.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
}

.SidebarLink_link-active .MuiListItemIcon-root {
color: #054DA7;
color: var(--text-secondary);
}

.SidebarLink_link-active .MuiListItemText-root {
color: #054DA7;
color: var(--text-secondary);
}

0 comments on commit 5303e72

Please sign in to comment.