mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2026-03-11 06:21:44 +00:00
Merged Auth branch & Curtains branch
This commit is contained in:
@ -23,7 +23,7 @@ class LoginWithGoogleFacebook extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
SvgPicture.asset(Assets.iconsGoogle),
|
||||
SizedBox(width: 10),
|
||||
const SizedBox(width: 10),
|
||||
BodyMedium(
|
||||
text: "Google",
|
||||
style: context.bodyMedium.copyWith(
|
||||
@ -44,7 +44,7 @@ class LoginWithGoogleFacebook extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
SvgPicture.asset(Assets.iconsFacebook),
|
||||
SizedBox(width: 10),
|
||||
const SizedBox(width: 10),
|
||||
BodyMedium(
|
||||
text: "Facebook",
|
||||
style: context.bodyMedium.copyWith(color: Colors.black),
|
||||
|
||||
Reference in New Issue
Block a user