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