mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
fix: color for search field
This commit is contained in:
parent
c60f173e29
commit
0c1c3e91de
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ $mutedtext: #78756f;
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $mutedtext;
|
color: $text;
|
||||||
padding-inline: 16px;
|
padding-inline: 16px;
|
||||||
border-bottom: 1px solid $divider;
|
border-bottom: 1px solid $divider;
|
||||||
font-family: SFRoundedMedium;
|
font-family: SFRoundedMedium;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue