Skip to content

Commit

Permalink
fix secondary default color
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Aug 3, 2021
1 parent 5bfd4ce commit f8355a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/lib/src/lib/banner/banner.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f8355a1

Please sign in to comment.