Skip to content

Commit

Permalink
bugfix: add missing cta button text colors (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeijmel authored Nov 28, 2024
1 parent b4f9ea8 commit 3a7baec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/icore-open/components/button-cta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
@use "../color-scheme";

:root {
--button-cta-text-color: #{color-scheme.$oc-white};
--button-cta-hover-text-color: #{color-scheme.$oc-white};
--button-cta-background-color: #{color-scheme.$oc-blue-8};
--button-cta-hover-background-color: #{color-scheme.$oc-blue-9};
}

0 comments on commit 3a7baec

Please sign in to comment.