From 46ca7fe423fe0437024b1bff49dd3f645262cb34 Mon Sep 17 00:00:00 2001 From: Rafael Date: Tue, 3 Aug 2021 18:31:15 -0300 Subject: [PATCH] styling changes to workspaceCardPge --- src/pages/workspace/WorkspaceCardPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/workspace/WorkspaceCardPage.js b/src/pages/workspace/WorkspaceCardPage.js index 0f156fe05bb1..02e473427260 100644 --- a/src/pages/workspace/WorkspaceCardPage.js +++ b/src/pages/workspace/WorkspaceCardPage.js @@ -172,9 +172,9 @@ const WorkspaceCardPage = ({ styles.workspaceCardCTA, isSmallScreenWidth ? styles.wAuto : {}, ]} - textStyles={[ - !isSmallScreenWidth ? styles.p5 : {}, - ]} + textStyles={ + !isSmallScreenWidth ? [styles.pr5, styles.pl5] : [] + } onPress={onPress} success large