mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
fix(style): background different from color (#8942)
This commit is contained in:
parent
9507f0758d
commit
d1e9a6a74a
1 changed files with 9 additions and 9 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
&-control-daily-todo {
|
&-control-daily-todo {
|
||||||
background: $maroon-500;
|
background: $maroon-500;
|
||||||
background: $maroon-100;
|
color: $maroon-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-modal-input {
|
&-modal-input {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue