| Index: sky/sdk/lib/framework/theme/colors.dart
|
| diff --git a/sky/sdk/lib/framework/theme/colors.dart b/sky/sdk/lib/framework/theme/colors.dart
|
| index e7abfbc64564bab590cabbc25ae53a344cec7633..37bbd31dcee7b2fc93052cade6504cdf6eb59aaf 100644
|
| --- a/sky/sdk/lib/framework/theme/colors.dart
|
| +++ b/sky/sdk/lib/framework/theme/colors.dart
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +library theme_colors;
|
| +
|
| const Map<int, String> Red = const {
|
| 50: '#FFEBEE',
|
| 100: '#FFCDD2',
|
|
|