Skip to content

Commit

Permalink
fix: color for search field
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Dec 11, 2024
1 parent c60f173 commit 0c1c3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $mutedtext: #78756f;
outline: none;
border: none;
font-size: 18px;
color: $mutedtext;
color: $text;
padding-inline: 16px;
border-bottom: 1px solid $divider;
font-family: SFRoundedMedium;
Expand Down

0 comments on commit 0c1c3e9

Please sign in to comment.