Skip to content

Commit

Permalink
Merge pull request #13 from richtwin567/master
Browse files Browse the repository at this point in the history
Contact Screen Animation Improvements + Contact Screen documentation and other minor changes
  • Loading branch information
richtwin567 committed Aug 6, 2020
2 parents 87250c7 + 96fcef5 commit 2885288
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 334 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:fst_app_flutter/utils/app_theme.dart';

void main() {
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
statusBarColor: Color.fromRGBO(0, 62, 138, 1.0),
statusBarColor: AppTheme.apptheme.primaryColor,
));

runApp(DevicePreview(child: FSTApp()));
Expand Down
Loading

0 comments on commit 2885288

Please sign in to comment.