-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v35 - HomePage - New UI #226
base: v35
Are you sure you want to change the base?
Conversation
Text( | ||
MyLocalizations.of(context, "app_name"), | ||
style: TextStyle( | ||
color: Color(0xFFEDB20C), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you define this color as primary in themedata and reference it from there?
"Information pills (HC)", | ||
style: TextStyle( | ||
fontFamily: "Nunito", | ||
fontSize: 18.0, // TODO: Change to use TextTheme after the other PR is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pending before merge
children: List.generate(3, (index) { | ||
return Container( | ||
margin: EdgeInsets.all(20.0), | ||
width: 200.0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure dynamic value depending on the screen width, so always 1 box and a half appears in the screen
Description of changes