mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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
This commit is contained in:
parent
6f691a043e
commit
a8891ed07e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user