Live video on the AT Protocol

re-commit tap target changes (#220)

authored by natalie and committed by GitHub bf8b74eb dacad229

+3 -1
+3 -1
js/app/components/player/controls.tsx
··· 114 114 } else { 115 115 Animated.timing(fadeAnim, { 116 116 toValue: 0, 117 + delay: 150, 117 118 duration: 150, 118 119 useNativeDriver: true, 119 120 easing: Easing.out(Easing.cubic), ··· 233 234 min={0} 234 235 max={1} 235 236 step={0.01} 237 + py={16} 236 238 > 237 - <Slider.Track backgroundColor="$gray8" height={4}> 239 + <Slider.Track backgroundColor="$gray8" height={4} mx={0}> 238 240 <Slider.TrackActive backgroundColor="$gray5" /> 239 241 </Slider.Track> 240 242 <Slider.Thumb circular index={0} size="$1" backgroundColor="white" />