feat: hide wallpaper name altogether

This commit is contained in:
2024-10-01 17:48:21 +01:00
parent da77ae7cd6
commit 48375ea45e

View File

@@ -83,14 +83,11 @@ export default function WallpaperPage() {
</View>
</TouchableOpacity>
</SafeAreaView>
<View className="absolute bottom-0 left-0 right-0 h-1/3 w-full bg-neutral-800 justify-between items-center p-8">
<View className="flex-col justify-center items-center">
<Text
numberOfLines={1}
className="font-bold text-2xl text-white mb-2"
>
{imageName}
</Text>
<View
className="absolute bottom-0 left-0 right-0 h-min w-full justify-between items-center p-8"
style={{ backgroundColor: "rgba(0, 0, 0, 0.8) " }}
>
<View className="flex-col justify-center items-center mb-8">
{selectedWallpaper.creator_name ? (
<Text className="text-white text-center opacity-50 text-xs">
{selectedWallpaper.creator_name}