Skip to content

Commit

Permalink
Fix dark mode dropdown colors of phone no. country code on web settin…
Browse files Browse the repository at this point in the history
…gs page

Resolves #1046
  • Loading branch information
debanjum committed Jan 9, 2025
1 parent bb6a6cb commit dd63bd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/interface/web/app/settings/settings.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ div.phoneInput {
padding: 0rem;
}

:global(.dark) div.phoneInput :global(.iti__dropdown-content) {
--iti-dropdown-bg: hsl(var(--background));
--iti-hover-color: hsl(var(--accent));
}

div.phoneInput input {
width: 100%;
padding: 0.5rem;
Expand Down

0 comments on commit dd63bd8

Please sign in to comment.