Skip to content

Commit 68aa47b

Browse files
committed
fix: fix height of slider on Android
1 parent 85668a0 commit 68aa47b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/Schedule/ArchivedShowView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,6 @@ const styles = StyleSheet.create({
359359
},
360360
slider: {
361361
width: '100%',
362+
height: 40,
362363
},
363364
});

src/app/Schedule/ShowDetailsPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,6 @@ const styles = StyleSheet.create({
359359
},
360360
slider: {
361361
width: '100%',
362+
height: 40,
362363
},
363364
});

0 commit comments

Comments
 (0)