mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-31 03:28:49 +00:00
searchbar active background color fixed
This commit is contained in:
parent
cd28ef49f0
commit
63af2e50cc
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
&:global(.active) {
|
||||
.search-label {
|
||||
background-color: var(--color-backgrounddark);
|
||||
background-color: var(--color-background);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
background: var(--color-secondary);
|
||||
background-color: var(--color-secondary);
|
||||
|
||||
.search-input {
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue