Skip to content

Commit

Permalink
Button text color on light theme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notwindstone committed Mar 10, 2024
1 parent ea48a80 commit 20808ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/Sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
background: none;
}
.sidebar__link:focus {
color: var(--mantine-primary-color-contrast);
color: var(--button-color);
border-left: 1px solid var(--mantine-color-blue-5);
background: var(--mantine-primary-color-light-hover);
}
Expand Down

0 comments on commit 20808ed

Please sign in to comment.