Skip to content

Commit

Permalink
fix: sidebar filter placeholder style
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Dec 16, 2024
1 parent 3259147 commit 70664f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sidebar/sidenav/Sidenav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ html {
}

.sidenav-filter input::placeholder {
color: var(--colors-grey400);
color: var(--colors-grey500);
}

.sidenav-filter input:focus {
Expand Down

0 comments on commit 70664f3

Please sign in to comment.