diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/InputTypes/Radio.tsx | 1 | ||||
-rw-r--r-- | src/components/OAuth2Button.tsx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/components/InputTypes/Radio.tsx b/src/components/InputTypes/Radio.tsx index 5e37c57..bbf4c92 100644 --- a/src/components/InputTypes/Radio.tsx +++ b/src/components/InputTypes/Radio.tsx @@ -33,6 +33,7 @@ border-radius: 5px; cursor: pointer; transition: background-color 0.25s ease, transform 0.25s ease; transform: none; +font-weight: bolder; :hover { background-color: ${colors.greyple}; diff --git a/src/components/OAuth2Button.tsx b/src/components/OAuth2Button.tsx index 67399ee..5e980b7 100644 --- a/src/components/OAuth2Button.tsx +++ b/src/components/OAuth2Button.tsx @@ -24,6 +24,7 @@ const iconStyles = css` const textStyles = css` display: inline-block; padding: 0.5rem 0.75rem 0.5rem 0.5rem; + font-weight: bolder; `; const errorStyles = css` |