mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
fix DOB input options having wrong color
This commit is contained in:
parent
4d5a10e87b
commit
e603a4b8ff
@ -68,7 +68,7 @@
|
|||||||
height: 42px;
|
height: 42px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
background: var(--primary);
|
background: var(--background-primary);
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
.select-search-is-highlighted,
|
.select-search-is-highlighted,
|
||||||
.select-search-option:not(.select-search-is-selected):hover {
|
.select-search-option:not(.select-search-is-selected):hover {
|
||||||
background: hsl(20, 4%, 20%);
|
background: var(--background-primary-highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-search-is-selected {
|
.select-search-is-selected {
|
||||||
|
Loading…
Reference in New Issue
Block a user