Fix dark mode dropdown colors of phone no. country code on web settings page

Resolves #1046
This commit is contained in:
Debanjum
2025-01-10 00:10:51 +07:00
parent bb6a6cbe19
commit dd63bd8bcf

View File

@@ -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;