diff --git a/components/header/appHeader.tsx b/components/header/appHeader.tsx index 77a7cfc..7ff80d8 100644 --- a/components/header/appHeader.tsx +++ b/components/header/appHeader.tsx @@ -34,12 +34,12 @@ export function AppHeader(): JSX.Element { await Linking.openURL("https://chargeprice.app") } activeOpacity={0.6} - style={styles.headerChargepriceIcon} + style={styles.headerWrapperChargepriceIcon} > @@ -92,12 +92,13 @@ const styles = StyleSheet.create({ bottom: 15, paddingRight: 16, }, - headerChargepriceIcon: { - ...dropShadow, + headerWrapperChargepriceIcon: { position: "absolute", left: 8, bottom: 5, - padding: 25, // Padding angepasst für größere Berührungsfläche + }, + chargepriceIcon: { + ...dropShadow, }, headerTitle: { color: colors.ladefuchsOrange,