diff --git a/projects/lib/src/lib/banner/banner.component.scss b/projects/lib/src/lib/banner/banner.component.scss index 53541f0..2416d9d 100644 --- a/projects/lib/src/lib/banner/banner.component.scss +++ b/projects/lib/src/lib/banner/banner.component.scss @@ -7,7 +7,7 @@ --cc-primary: theme(colors.green.500); --cc-primary-hover: theme(colors.green.600); --cc-primary-color: theme(colors.gray.50); - --cc-secondary: var(--colors.gray.500); + --cc-secondary: theme(colors.gray.500); --cc-secondary-hover: theme(colors.gray.600); --cc-secondary-color: theme(colors.gray.50); z-index: 9999;