Fix modal close icon color

This commit is contained in:
Gabe Kangas
2022-09-10 22:33:46 -07:00
parent f22c0fd26f
commit d7a5364c40
4 changed files with 30 additions and 56 deletions

View File

@@ -22,6 +22,8 @@ border-radius-base:
value: 'var(--theme-rounded-corners)'
background-color-light:
value: 'var(--theme-color-background-main)'
modal-close-color:
value: 'var(--theme-color-background-main)'
# This values need to be statically assigned at build time and cannot be
# overridden by the user at runtime.