mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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",
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
marginY: ts(Platform.OS === "android" ? -0.5 : 0.5),
|
||||
marginY: ts(0.5),
|
||||
bg: (theme) => theme.accent,
|
||||
width: ts(2),
|
||||
height: ts(2),
|
||||
|
Loading…
x
Reference in New Issue
Block a user