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:
boa 2022-02-11 01:54:34 -08:00 committed by GitHub
parent cab870eba2
commit 886a1cd83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {