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

Unified Diff: sky/examples/fn/widgets/floating_action_button.dart

Issue 983733003: Add constants for material colors and shadows (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/examples/fn/widgets/drawerheader.dart ('k') | sky/examples/fn/widgets/toolbar.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn/widgets/floating_action_button.dart
diff --git a/sky/examples/fn/widgets/floating_action_button.dart b/sky/examples/fn/widgets/floating_action_button.dart
index a9a957b7a0f5de5e5cae7c6d41e1db4670878d22..e0853aab029522a8d4f8c87f056e109dd1f317d9 100644
--- a/sky/examples/fn/widgets/floating_action_button.dart
+++ b/sky/examples/fn/widgets/floating_action_button.dart
@@ -12,7 +12,7 @@ class FloatingActionButton extends MaterialComponent {
transform: translateX(0);
width: 56px;
height: 56px;
- background-color: #F44336;
+ background-color: ${Red[500]};
color: white;
border-radius: 28px;'''
);
« no previous file with comments | « sky/examples/fn/widgets/drawerheader.dart ('k') | sky/examples/fn/widgets/toolbar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698