Skip to content

Commit

Permalink
Fix brick issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-vasilev-prime committed Dec 12, 2024
1 parent e9c6302 commit 9cfba4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"forgottenPassword" : "Забравихте ли паролата си?",
"or" : "или",
"dontHaveAccount" : "Нямате акаунт?",
"signUpLabel" : "Регистрирайте се!",
"signUpLabel" : "Регистрирайте се!",{{/enable_login}}{{#enable_social_logins}}
"appleLogin":"Вход с Apple",
"googleLogin":"Вход с Google",
"facebookLogin":"Вход с Facebook"{{/enable_social_logins}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"forgottenPassword" : "Forgotten Password?",
"or" : "or",
"dontHaveAccount" : "Don`t have an account?",
"signUpLabel" : "Sign up!",
"signUpLabel" : "Sign up!",{{/enable_login}}{{#enable_social_logins}}
"appleLogin":"Sign in with Apple",
"googleLogin":"Sign in with Google",
"facebookLogin":"Login with Facebook"{{/enable_social_logins}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class DesignSystemColors {
{{#enable_social_logins}}
final Color appleBackground;

final facebookBackground = const Color(0xFF1877f2);
final Color facebookBackground;

final Color googleBackground;

Expand Down

0 comments on commit 9cfba4b

Please sign in to comment.