Skip to content

Commit

Permalink
fix(dashboard): show correct link color on mobile header
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Sep 2, 2024
1 parent fa21bf2 commit 51ec5f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/app/components/layout/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
.drawer {
margin-top: 72px;
height: 100%;
color: var(--text-light);
background-color: var(--bg-dark);

border-top: 1px solid var(--border-dark);
Expand Down

0 comments on commit 51ec5f1

Please sign in to comment.