-
Notifications
You must be signed in to change notification settings - Fork 0
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
haidar
committed
Mar 22, 2019
1 parent
03d3551
commit bd2abe9
Showing
3 changed files
with
91 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import 'package:flutter/material.dart'; | ||
|
||
const kShrinePink50 = const Color(0xFFFEEAE6); | ||
const kShrinePink100 = const Color(0xFFFEDBD0); | ||
const kShrinePink300 = const Color(0xFFFBB8AC); | ||
const kShrinePink400 = const Color(0xFFEAA4A4); | ||
|
||
const kShrineBrown900 = const Color(0xFF442B2D); | ||
|
||
const kShrineErrorRed = const Color(0xFFC5032B); | ||
|
||
const kShrineSurfaceWhite = const Color(0xFFFFFBFA); | ||
const kShrineBackgroundWhite = Colors.white; |
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