From fe2096309fa6c064d0b226af11ea7e00e198b404 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 18 May 2026 00:24:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(auth):=20Apple-Logo=20wei=C3=9F=20in=20OAut?= =?UTF-8?q?h-Button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vorher: fill='#0a0a0a' (schwarz) auf bg-neutral-900 (schwarzem Button) → Logo unsichtbar. Erste TestFlight-Build (v0.3.0) hatte das noch drin — Fix für v0.3.0-rebuild oder v0.3.1 hotfix. Beide AppleIcon-Komponenten in signin.tsx + signup.tsx lokal dupliziert (nicht in shared component) → beide separat editiert. Co-Authored-By: Claude Opus 4.7 --- apps/rebreak-native/app/(auth)/signin.tsx | 2 +- apps/rebreak-native/app/(auth)/signup.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rebreak-native/app/(auth)/signin.tsx b/apps/rebreak-native/app/(auth)/signin.tsx index 1e92674..8304c0f 100644 --- a/apps/rebreak-native/app/(auth)/signin.tsx +++ b/apps/rebreak-native/app/(auth)/signin.tsx @@ -28,7 +28,7 @@ function GoogleIcon() { function AppleIcon() { return ( - + ); diff --git a/apps/rebreak-native/app/(auth)/signup.tsx b/apps/rebreak-native/app/(auth)/signup.tsx index c6feef2..82319f5 100644 --- a/apps/rebreak-native/app/(auth)/signup.tsx +++ b/apps/rebreak-native/app/(auth)/signup.tsx @@ -29,7 +29,7 @@ function GoogleIcon() { function AppleIcon() { return ( - + );