Skip to content

Commit

Permalink
fix DOB input options having wrong color
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Sep 3, 2023
1 parent 4d5a10e commit e603a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DOBInput.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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 {
Expand Down

0 comments on commit e603a4b

Please sign in to comment.