From e9a27cdafcebe213fa0c7d9786e7f128ed8586ad Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Thu, 17 Sep 2020 15:47:15 +0200 Subject: [PATCH] Fixed background color of inputs --- ghost/portal/src/components/common/InputField.js | 2 +- ghost/portal/src/utils/fixtures.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/src/components/common/InputField.js b/ghost/portal/src/components/common/InputField.js index 99ee1d3f61..2748c8e763 100644 --- a/ghost/portal/src/components/common/InputField.js +++ b/ghost/portal/src/components/common/InputField.js @@ -10,7 +10,7 @@ export const InputFieldStyles = ` box-sizing: border-box; font-size: 1.5rem; color: inherit; - background: var(--white); + background: transparent; outline: none; border: 1px solid var(--grey12); border-radius: 3px; diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index 06bf3c5a9b..fcacf3db83 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -15,7 +15,7 @@ export const site = { is_stripe_configured: true, portal_button: true, portal_name: true, - portal_plans: ['monthly'], + portal_plans: ['monthly', 'yearly'], portal_button_icon: 'icon-1', portal_button_signup_text: 'Subscribe now', portal_button_style: 'icon-and-text',