Skip to content

Commit

Permalink
At some point I will rewrite how ModeSelectButton's styling works. Ugh.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: f60d85363214b95624308f89e45e0f1cd323ebc2
  • Loading branch information
cpojer committed Dec 3, 2024
1 parent 2720fb3 commit f39a12e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hera/ui/ModeSelectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ const narrowStyle = css`
${Breakpoints.xs} {
width: min(70vw, 252px);
}
${Breakpoints.lg} {
width: 372px;
}
`;

const mediumStyle = css`
Expand Down

0 comments on commit f39a12e

Please sign in to comment.