Dark theme support

This commit is contained in:
Travis Ralston 2021-04-21 16:22:27 -06:00
parent c5dd6b4dfb
commit cc095c85bf
5 changed files with 9 additions and 1 deletions

View file

@ -97,6 +97,8 @@ $input-invalid-border-color: $warning-color;
$field-focused-label-bg-color: #ffffff;
$resend-button-divider-color: $input-darker-bg-color;
$button-bg-color: $accent-color;
$button-fg-color: white;