aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/OAuth2Button.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-22 17:22:11 +0100
committerGravatar Joe Banks <[email protected]>2025-07-22 17:22:11 +0100
commited151b46b94ea16117bb95ae4fc979f01a0e5fef (patch)
tree67434c785057519b80128bd77fdd4dde4f4023b8 /src/components/OAuth2Button.tsx
parentRender section content with markdown renderer (diff)
Add some font weights back where they make sense
Diffstat (limited to 'src/components/OAuth2Button.tsx')
-rw-r--r--src/components/OAuth2Button.tsx1
1 files changed, 1 insertions, 0 deletions
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`