Skip to content

Commit c4260ca

Browse files
committed
feat: add light google signup logo
1 parent 1eefbb6 commit c4260ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
2.7 KB
Loading

mobile/lib/features/onboarding/pages/onboarding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class _OnboardingState extends State<Onboarding> {
8787
.signInWithCredential(credential);
8888
},
8989
child: Image.asset(
90-
"assets/images/google.png",
90+
theme == ThemeMode.dark ? "assets/images/google.png" : "assets/images/google-light.png",
9191
width: 70,
9292
),
9393
),

0 commit comments

Comments
 (0)