Skip to content

Commit

Permalink
Merge pull request #3801 from TrainLCD/fix/ios
Browse files Browse the repository at this point in the history
iOSデグレ修正
  • Loading branch information
TinyKitten authored Oct 13, 2024
2 parents 65e4a90 + cb1a59f commit debb065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LineBoardEast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const styles = StyleSheet.create({
fontWeight: 'bold',
marginLeft: isTablet ? 5 : 2.5,
marginBottom: Platform.select({
ios: 0,
ios: -6,
android: isTablet ? 0 : -6,
}),
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/LineBoardSaikyo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const styles = StyleSheet.create({
color: '#3a3a3a',
marginLeft: isTablet ? 10 : 5,
marginBottom: Platform.select({
ios: 0,
ios: -6,
android: isTablet ? 0 : -6,
}),
},
Expand Down

0 comments on commit debb065

Please sign in to comment.