fix: header padding

This commit is contained in:
Fredrik Burmester
2024-11-25 08:22:04 +01:00
parent e82890d7ff
commit 7f9dd4e14e

View File

@@ -21,13 +21,12 @@ export default function IndexLayout() {
headerTransparent: Platform.OS === "ios" ? true : false,
headerShadowVisible: false,
headerRight: () => (
<View className="flex flex-row items-center">
<View className="flex flex-row items-center space-x-2">
<Chromecast />
<TouchableOpacity
onPress={() => {
router.push("/(auth)/settings");
}}
className="pl-2"
>
<Feather name="settings" color={"white"} size={22} />
</TouchableOpacity>