Fix components having transparent backgrounds because colors are unset

This commit is contained in:
Gabe Kangas
2022-07-12 13:16:22 -07:00
parent c4f51ec2c1
commit 662ba32f3a
3 changed files with 16 additions and 2 deletions

View File

@@ -10,7 +10,15 @@ link-color:
value: 'var(--theme-text-link)'
popover-background:
value: 'var(--theme-background-secondary)'
modal-content-bg:
value: '{color.unknown-2.value}'
background-color-light:
value: 'var(--theme-background-secondary)'
layout-body-background:
value: 'var(--theme-background-primary)'
# These colors need to be explicitly set and cannot use CSS variables.
component-background:
value: '{color.unknown.value}'
warning-color:
value: '{color.unknown-2.value}'