Add contrast to setting card inputs in dark mode on web app

This commit is contained in:
Debanjum
2025-01-11 14:39:02 +07:00
parent 9e8b8dc5a2
commit 51a774c993
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ div.phoneInput input {
width: 100%;
padding: 0.5rem;
border: 1px solid hsla(var(--border));
background-color: hsla(var(--background));
border-radius: 0.25rem;
}