mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
fix brightness positioning
This commit is contained in:
@@ -235,7 +235,7 @@ const VideoPlayer: React.FC<VideoPlayerProps> = ({ data }) => {
|
|||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
{showBrightnessOverlay && (
|
{showBrightnessOverlay && (
|
||||||
<View className="bottom-12 self-center rounded-xl bg-black p-3 opacity-50">
|
<View className="absolute bottom-12 self-center rounded-xl bg-black p-3 opacity-50">
|
||||||
<Text className="font-bold">Brightness: {debouncedBrightness}</Text>
|
<Text className="font-bold">Brightness: {debouncedBrightness}</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
|
Reference in New Issue
Block a user