mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix dark mode dropdown colors of phone no. country code on web settings page
Resolves #1046
This commit is contained in:
@@ -14,6 +14,11 @@ div.phoneInput {
|
|||||||
padding: 0rem;
|
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 {
|
div.phoneInput input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user