update seeker circle colour
This commit is contained in:
parent
9a567ff5d0
commit
c51f834636
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ const mediaPlayerStyle = StyleSheet.create({
|
||||||
left: 15,
|
left: 15,
|
||||||
height: 12,
|
height: 12,
|
||||||
width: 12,
|
width: 12,
|
||||||
backgroundColor: '#40c0a9'
|
backgroundColor: Colors.LbryGreen
|
||||||
},
|
},
|
||||||
seekerHandle: {
|
seekerHandle: {
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
|
@ -128,7 +128,7 @@ const mediaPlayerStyle = StyleSheet.create({
|
||||||
left: 15,
|
left: 15,
|
||||||
height: 24,
|
height: 24,
|
||||||
width: 24,
|
width: 24,
|
||||||
backgroundColor: '#40c0a9'
|
backgroundColor: Colors.LbryGreen
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue