fix: prevent track indexes from overflowing
This commit is contained in:
@@ -28,8 +28,7 @@ import ticksToDuration from 'utility/ticksToDuration';
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
index: {
|
||||
width: 16,
|
||||
marginRight: 8
|
||||
marginRight: 12
|
||||
},
|
||||
activeText: {
|
||||
color: THEME_COLOR,
|
||||
|
||||
Reference in New Issue
Block a user