Skip to content

Commit

Permalink
Merge pull request #4396 from rdjuric/workspaceButton
Browse files Browse the repository at this point in the history
Fix misaligned text on Workspace Card Page
  • Loading branch information
jasperhuangg authored Aug 5, 2021
2 parents 36b86e9 + 46ca7fe commit 474a149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/workspace/WorkspaceCardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 474a149

Please sign in to comment.