Skip to content

Commit c3af040

Browse files
committed
style(mobile/map): resize FAB from 84 to 60 px
84 felt overpowering next to the map overlay pills. 60 keeps the button prominent without dominating the screen. The xl size variant no longer corresponds to exactly 150 % of md — drops the stale comment.
1 parent eb88932 commit c3af040

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/mobile/components/ui/icon-button.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const iconButtonVariants = cva("items-center justify-center", {
99
size: {
1010
sm: "h-10 w-10",
1111
md: "h-14 w-14",
12-
// 150% of md — used for the floating action button on the map.
1312
xl: "size-[60px]",
1413
},
1514
shape: {

0 commit comments

Comments
 (0)