Adjust header, input, and modal styles

This commit is contained in:
jeffvli 2023-06-09 14:46:41 -07:00 committed by Jeff
parent cbc08d6f03
commit 14aeee888f
4 changed files with 12 additions and 5 deletions

View file

@ -87,6 +87,7 @@ body[data-theme='defaultLight'] {
--toast-bg: rgb(16, 16, 16);
--modal-bg: rgb(255, 255, 255);
--modal-header-bg: var(--paper-bg);
--paper-bg: rgb(240, 240, 240);