Skip to content

Commit

Permalink
Yet another ModeSelectButton size change.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: de6fadc23e3d292766ee5002e290ba0a18d41a68
  • Loading branch information
cpojer committed Nov 27, 2024
1 parent 31ec68d commit 98fe3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera/ui/ModeSelectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const narrowStyle = css`
width: min(65vw, 252px);
${Breakpoints.xs} {
width: min(70vw, 348px);
width: min(70vw, 252px);
}
`;

Expand Down

0 comments on commit 98fe3a0

Please sign in to comment.