diff options
Diffstat (limited to 'src/commonStyles.tsx')
-rw-r--r-- | src/commonStyles.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx index b4989da..4d7ee08 100644 --- a/src/commonStyles.tsx +++ b/src/commonStyles.tsx @@ -53,6 +53,7 @@ const textInputs = css` const actionButtonStyles = css` white-space: nowrap; + font-weight: bolder; button:disabled { background-color: ${colors.greyple}; @@ -126,6 +127,7 @@ const navigationStyles = css` const returnButtonStyles = css` font-size: 1.5rem; text-align: center; + font-weight: bolder; color: white; text-decoration: none; |