Skip to content

Commit 5901eca

Browse files
committed
fix: updated slider alignment
1 parent 680816d commit 5901eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const videoTrimmerStyles = StyleSheet.create({
44
container: { flex: 1 },
55
slider: {
66
position: 'absolute',
7-
bottom: 0,
7+
bottom: 20,
88
width: '100%',
99
alignItems: 'center',
1010
},

0 commit comments

Comments
 (0)