Update FilterBar background
This commit is contained in:
parent
5962e0c301
commit
1244a99a6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
.FilterBar {
|
.FilterBar {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: white;
|
background: var(--card-bg);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue