From 3a9eaa4072e79217ac6a89183da61dc96b8995e6 Mon Sep 17 00:00:00 2001 From: Patrick Cleary Date: Thu, 13 Jul 2023 11:41:04 -0400 Subject: [PATCH] Shrink station selector on mobile (#753) --- common/components/inputs/StationSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/components/inputs/StationSelector.tsx b/common/components/inputs/StationSelector.tsx index 2c08cc0a0..cec76be3e 100644 --- a/common/components/inputs/StationSelector.tsx +++ b/common/components/inputs/StationSelector.tsx @@ -69,7 +69,7 @@ export const StationSelector: React.FC = ({ leaveFrom="transform opacity-100 scale-100" leaveTo="transform opacity-0 scale-95" > - +
{stationOptions?.map((station, stationIndex) => (