From c7e08bf0132d30842f24907a7903aff5d6f5daf0 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 14 Mar 2025 15:23:12 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Menu/StationPagination.tsx | 48 ++++++++++++++------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/components/Menu/StationPagination.tsx b/components/Menu/StationPagination.tsx index fe1bb5b..dbbbd2c 100644 --- a/components/Menu/StationPagination.tsx +++ b/components/Menu/StationPagination.tsx @@ -36,30 +36,32 @@ export const StationNumber: FC = (props) => { const size = active ? 24 : 18; return ( + onPress={onPress} + style={{ + width: 28, + height: 24, + alignContent: "center", + alignItems: "center", + justifyContent: "center", + position: "relative", + }} + > {active && ( - + )}