From cb35a2b53283befd26907d67698aea2132e42dd1 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 11 Aug 2022 17:14:07 +0200 Subject: [PATCH] Updated tier offer terms design refs https://github.com/TryGhost/Team/issues/1726 --- ghost/portal/src/components/common/ProductsSection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index f57e550fd4..3c3a21c031 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -249,8 +249,8 @@ export const ProductsSectionStyles = ({site}) => { .after-trial-amount { display: block; font-size: 1.5rem; - color: var(--grey6); - margin-top: 12px; + color: var(--grey5); + margin-top: 8px; line-height: 1; }