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 && ( - + )}