mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fix slider track on android
This commit is contained in:
parent
647a4c3782
commit
ac846ad351
@ -179,7 +179,7 @@ export const Slider = ({
|
|||||||
position: "absolute",
|
position: "absolute",
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
marginY: ts(Platform.OS === "android" ? -0.5 : 0.5),
|
marginY: ts(0.5),
|
||||||
bg: (theme) => theme.accent,
|
bg: (theme) => theme.accent,
|
||||||
width: ts(2),
|
width: ts(2),
|
||||||
height: ts(2),
|
height: ts(2),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user