diff --git a/resources/css/components/cta.css b/resources/css/components/cta.css index 039fe69..9566aa9 100644 --- a/resources/css/components/cta.css +++ b/resources/css/components/cta.css @@ -11,6 +11,10 @@ @apply bg-primary text-white hover:bg-primary-hover; } + &--white { + @apply bg-white text-secondary + hover:bg-primary-hover; + } &--secondary { @apply bg-secondary text-white hover:bg-secondary-hover;