Commit a8891ed0 authored by Eric Seidel's avatar Eric Seidel

Fix toolbar height to match Material Design.

54px on small screens:
http://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-keylines-spacing

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/995133002
parent 6f691a04
...@@ -7,7 +7,7 @@ class Toolbar extends Component { ...@@ -7,7 +7,7 @@ class Toolbar extends Component {
static final Style _style = new Style(''' static final Style _style = new Style('''
display: flex; display: flex;
align-items: center; align-items: center;
height: 84px; height: 56px;
z-index: 1; z-index: 1;
background-color: ${Purple[500]}; background-color: ${Purple[500]};
color: white; color: white;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment