Skip to content

Commit d1c6b0f

Browse files
authored
Merge pull request #2548 from TrainLCD/fix/traintype-change-sp
種別変更通知画面の見切れ対策
2 parents 65dfcb0 + bdbfd05 commit d1c6b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TypeChangeNotify.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const styles = StyleSheet.create({
5757
color: '#212121',
5858
},
5959
bottom: {
60-
flex: isTablet ? 1.5 : 1,
60+
flex: isTablet ? 1.5 : 1.25,
6161
},
6262
linesContainer: {
6363
position: 'relative',

0 commit comments

Comments
 (0)