From f39a12ef05228353838f4d9ffcc160415a76d062 Mon Sep 17 00:00:00 2001 From: cpojer Date: Sat, 30 Nov 2024 20:23:58 +0900 Subject: [PATCH] At some point I will rewrite how ModeSelectButton's styling works. Ugh. GitOrigin-RevId: f60d85363214b95624308f89e45e0f1cd323ebc2 --- hera/ui/ModeSelectButton.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hera/ui/ModeSelectButton.tsx b/hera/ui/ModeSelectButton.tsx index 278aaf01..e26778d9 100644 --- a/hera/ui/ModeSelectButton.tsx +++ b/hera/ui/ModeSelectButton.tsx @@ -213,6 +213,10 @@ const narrowStyle = css` ${Breakpoints.xs} { width: min(70vw, 252px); } + + ${Breakpoints.lg} { + width: 372px; + } `; const mediumStyle = css`