Skip to content

Commit

Permalink
種別モーダルレイアウト微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Jul 24, 2024
1 parent 07bb300 commit 10fb985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TrainTypeInfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const styles = StyleSheet.create({
height: '100%',
},
modalView: {
paddingVertical: isTablet ? 32 : 24,
paddingVertical: 24,
height: isTablet ? undefined : 'auto',
width: '100%',
},
Expand Down

0 comments on commit 10fb985

Please sign in to comment.