Skip to content

Commit

Permalink
iOSデグレ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyKitten committed Oct 13, 2024
1 parent 7f0eb2b commit cb1a59f
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 cb1a59f

Please sign in to comment.