mirror of
https://github.com/simple-login/app.git
synced 2025-10-01 10:57:29 +08:00
Set input background to white for light theme
This commit is contained in:
parent
e44d92705c
commit
c0041d55bc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
--heading-color: #818cab;
|
--heading-color: #818cab;
|
||||||
--heading-background: #FFF;
|
--heading-background: #FFF;
|
||||||
--border: 1px solid rgba(0, 40, 100, 0.12);
|
--border: 1px solid rgba(0, 40, 100, 0.12);
|
||||||
--input-bg-color: var(--light);
|
--input-bg-color: var(--white);
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme="dark"] {
|
[data-theme="dark"] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue