タイトル要素クリック可能な時のデザインを追加

This commit is contained in:
harukin-expo-dev-env
2025-08-23 14:48:58 +00:00
parent 4d167408f2
commit 37e21be4c0
2 changed files with 23 additions and 4 deletions

View File

@@ -111,8 +111,8 @@ export const TrainIconStatus: FC<Props> = ({ data, navigate, from }) => {
{move ? (
<Image
source={{ uri: trainIcon }}
style={{ height: 34, width: 30, marginRight: 5 }}
resizeMethod="scale"
style={{ height: 30, width: 24, marginRight: 5 }}
resizeMethod="resize"
/>
) : (
<Ionicons