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

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

Issue 995133002: Fix toolbar height to match Material Design. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn/widgets/toolbar.dart
diff --git a/sky/examples/fn/widgets/toolbar.dart b/sky/examples/fn/widgets/toolbar.dart
index c5ccb0dea68523a7cbc8c27340c8929ebab05aa1..c840a4935854417b69e953f0d4129ebf0510c366 100644
--- a/sky/examples/fn/widgets/toolbar.dart
+++ b/sky/examples/fn/widgets/toolbar.dart
@@ -7,7 +7,7 @@ class Toolbar extends Component {
static final Style _style = new Style('''
display: flex;
align-items: center;
- height: 84px;
+ height: 56px;
z-index: 1;
background-color: ${Purple[500]};
color: white;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698