diff --git a/app/javascript/shared/components/CardButton.vue b/app/javascript/shared/components/CardButton.vue
index 981c6f93d..9eb443568 100644
--- a/app/javascript/shared/components/CardButton.vue
+++ b/app/javascript/shared/components/CardButton.vue
@@ -4,7 +4,11 @@
:key="action.uri"
class="action-button button"
:href="action.uri"
- :style="{ background: widgetColor, borderColor: widgetColor }"
+ :style="{
+ background: widgetColor,
+ borderColor: widgetColor,
+ color: textColor,
+ }"
target="_blank"
rel="noopener nofollow noreferrer"
>
@@ -22,6 +26,7 @@
diff --git a/app/javascript/widget/components/template/EmailInput.vue b/app/javascript/widget/components/template/EmailInput.vue
index 054508313..8c7e3adf6 100644
--- a/app/javascript/widget/components/template/EmailInput.vue
+++ b/app/javascript/widget/components/template/EmailInput.vue
@@ -16,7 +16,11 @@