diff --git a/examples/fn/widgets/toolbar.dart b/examples/fn/widgets/toolbar.dart index c5ccb0dea68..c840a493585 100644 --- a/examples/fn/widgets/toolbar.dart +++ b/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;