1
0
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:
Puyodead1 2023-09-03 15:59:04 -04:00
parent 4d5a10e87b
commit e603a4b8ff
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -68,7 +68,7 @@
height: 42px;
width: 100%;
padding: 0 16px;
background: var(--primary);
background: var(--background-primary);
border: none;
outline: none;
color: var(--text);
@ -86,7 +86,7 @@
.select-search-is-highlighted,
.select-search-option:not(.select-search-is-selected):hover {
background: hsl(20, 4%, 20%);
background: var(--background-primary-highlight);
}
.select-search-is-selected {