From 43fdd544dde5d963bb307e4651eb7765acba20ac Mon Sep 17 00:00:00 2001 From: Logan Rasmussen Date: Mon, 26 Jan 2026 15:37:54 -0700 Subject: [PATCH] fix: size and position of touch indicator and checkbox --- src/components/ExampleCheckbox.tsx | 5 +++-- src/components/TouchIndicator.tsx | 4 ++-- src/views/oauth/experiments/PredirectInstructions.tsx | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/ExampleCheckbox.tsx b/src/components/ExampleCheckbox.tsx index 1cacaf671a..8bf287841f 100644 --- a/src/components/ExampleCheckbox.tsx +++ b/src/components/ExampleCheckbox.tsx @@ -10,7 +10,7 @@ export const ExampleCheckbox: React.FC< } > = ({ id, showTouchIndicator, pseudoFocusColor }) => { const theme = useTheme() - const checkboxSize = '1em' + const checkboxSize = '15px' return (