mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-07 13:35:15 +00:00
Fix slider track on android
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user