File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
import 'package:flutter/material.dart' ;
16
16
17
- const kShrinePink50 = const Color (0xFFFEEAE6 );
18
- const kShrinePink100 = const Color (0xFFFEDBD0 );
19
- const kShrinePink300 = const Color (0xFFFBB8AC );
20
- const kShrinePink400 = const Color (0xFFEAA4A4 );
17
+ const kShrinePink50 = Color (0xFFFEEAE6 );
18
+ const kShrinePink100 = Color (0xFFFEDBD0 );
19
+ const kShrinePink300 = Color (0xFFFBB8AC );
20
+ const kShrinePink400 = Color (0xFFEAA4A4 );
21
21
22
- const kShrineBrown900 = const Color (0xFF442B2D );
22
+ const kShrineBrown900 = Color (0xFF442B2D );
23
23
24
- const kShrineErrorRed = const Color (0xFFC5032B );
24
+ const kShrineErrorRed = Color (0xFFC5032B );
25
25
26
- const kShrineSurfaceWhite = const Color (0xFFFFFBFA );
27
- const kShrineBackgroundWhite = Colors .white;
26
+ const kShrineSurfaceWhite = Color (0xFFFFFBFA );
27
+ const kShrineBackgroundWhite = Colors .white;
You can’t perform that action at this time.
0 commit comments