-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
SpiralArm Consulting Ltd
committed
Feb 2, 2019
1 parent
e1c4065
commit df6f9ab
Showing
5 changed files
with
32 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
/// This defines the colours used in the app | ||
const appPrimaryColor = Color(0xFFE6E6E6);//Color(0xFF000000); | ||
const appScaffoldColor = Color(0xFFE6E6E6);//Color(0xFF000000); | ||
const appPrimaryColor = Color(0xFFE6E6E6); //Color(0xFF000000); | ||
const appScaffoldColor = Color(0xFFE6E6E6); //Color(0xFF000000); | ||
const appPrimaryTextColor = Color(0xFF0D5FFF); | ||
const appTextColor = Color(0xFF333333);//Color(0xFFFECC66); | ||
const appTextColor = Color(0xFF333333); //Color(0xFFFECC66); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters