This commit is contained in:
Fredrik Burmester
2024-09-24 18:15:52 +02:00
parent ff1decfe2c
commit d1b6a265a1

View File

@@ -26,6 +26,7 @@ export default function IndexLayout() {
onPress={() => {
router.push("/(auth)/downloads");
}}
className="p-2"
>
<Feather name="download" color={"white"} size={22} />
</TouchableOpacity>
@@ -37,10 +38,9 @@ export default function IndexLayout() {
onPress={() => {
router.push("/(auth)/settings");
}}
className="p-2 "
>
<View className="h-10 aspect-square flex items-center justify-center rounded">
<Feather name="settings" color={"white"} size={22} />
</View>
<Feather name="settings" color={"white"} size={22} />
</TouchableOpacity>
</View>
),