mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(Sleek): Fixes search bar icon
Fixes the search bar icon by making the stroke width 1 (see https://imgur.com/a/N8qyIg2 for bug and fix). Also, moved the search icon to the right for readability.
This commit is contained in:
parent
cab870eba2
commit
886a1cd83a
@ -18,7 +18,8 @@
|
||||
color: var(--spice-text);
|
||||
height: 17px !important;
|
||||
stroke: var(--spice-text);
|
||||
stroke-width: 10px;
|
||||
stroke-width: 1px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
[role='searchbox']::placeholder {
|
||||
|
Loading…
Reference in New Issue
Block a user