From ed151b46b94ea16117bb95ae4fc979f01a0e5fef Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 22 Jul 2025 17:22:11 +0100 Subject: Add some font weights back where they make sense --- src/components/OAuth2Button.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/OAuth2Button.tsx') 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` -- cgit v1.2.3