Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: sky/sdk/lib/framework/theme2/colors.dart

Issue 1179713004: Material and RaisedButton. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/sdk/lib/framework/rendering/box.dart ('k') | sky/sdk/lib/framework/theme2/edges.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/theme2/colors.dart
diff --git a/sky/sdk/lib/framework/theme2/colors.dart b/sky/sdk/lib/framework/theme2/colors.dart
index 977348c99e3a46ae30cb18112da52292ecc75207..bebb171e057128078cf95676743a88bcfbfad6db 100644
--- a/sky/sdk/lib/framework/theme2/colors.dart
+++ b/sky/sdk/lib/framework/theme2/colors.dart
@@ -230,6 +230,7 @@ const Map<int, Color> Grey = const {
100: const Color(0xFFF5F5F5),
200: const Color(0xFFEEEEEE),
300: const Color(0xFFE0E0E0),
+ 350: const Color(0xFFD6D6D6), // only for raised button while pressed
400: const Color(0xFFBDBDBD),
500: const Color(0xFF9E9E9E),
600: const Color(0xFF757575),
« no previous file with comments | « sky/sdk/lib/framework/rendering/box.dart ('k') | sky/sdk/lib/framework/theme2/edges.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698