From a36233aa8a06e7c1693bc9c9a2d46de9e09dfa37 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 28 Jul 2022 20:38:05 +0200 Subject: [PATCH] Updated colors for dark color scheme refs https://github.com/TryGhost/Team/issues/1704 --- apps/comments-ui/src/components/NotPaidBox.js | 4 ++-- apps/comments-ui/src/components/NotSignedInBox.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/comments-ui/src/components/NotPaidBox.js b/apps/comments-ui/src/components/NotPaidBox.js index 0c4f62bd66..0b429079c4 100644 --- a/apps/comments-ui/src/components/NotPaidBox.js +++ b/apps/comments-ui/src/components/NotPaidBox.js @@ -15,8 +15,8 @@ const NotPaidBox = (props) => { }; return ( -
-

{titleText}

+
+

{titleText}

diff --git a/apps/comments-ui/src/components/NotSignedInBox.js b/apps/comments-ui/src/components/NotSignedInBox.js index adaeb8784c..5e3e8ec3a1 100644 --- a/apps/comments-ui/src/components/NotSignedInBox.js +++ b/apps/comments-ui/src/components/NotSignedInBox.js @@ -23,8 +23,8 @@ const NotSignedInBox = (props) => { }; return ( -
-

{titleText}

+
+

{titleText}