Fix search bar color

This commit is contained in:
daudix
2024-08-08 01:02:11 +03:00
parent 242c10e050
commit 8c36ff9c07

View File

@ -273,6 +273,7 @@
background-color: var(--fg-muted-1); background-color: var(--fg-muted-1);
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
width: 100%; width: 100%;
color: inherit;
font-size: 1rem; font-size: 1rem;
&::placeholder { &::placeholder {