Skip to content
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

Mobile/install guide #90

Merged
merged 8 commits into from
Nov 21, 2020
Merged

Mobile/install guide #90

merged 8 commits into from
Nov 21, 2020

Conversation

mateobelanger
Copy link
Contributor

@mateobelanger mateobelanger commented Nov 20, 2020

  • Added setup guide to Record Sleep flow
  • Change accent and button color of the app to match the webapp theme
  • Adapted webapp header title to be used in the sliverbar
  • Other small esthetic fixes

Screenshot_20201120-020826 Screenshot_20201120-020832

borderRadius: BorderRadius.circular(20.0),
boxShadow: [
BoxShadow(
color: Colors.black26,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to theme

@@ -1,6 +1,21 @@
import 'package:flutter/material.dart';

final theme = ThemeData(
primarySwatch: Colors.blue,
primaryColor: HexColor('32325D'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ici tu emploie HexColor. Pourquoi pas pour les autres couleurs aussi?

@mateobelanger mateobelanger merged commit 5343939 into master Nov 21, 2020
@mateobelanger mateobelanger deleted the mobile/install-guide branch November 21, 2020 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants