Index: sky/framework/components/toolbar.dart |
diff --git a/sky/framework/components/toolbar.dart b/sky/framework/components/toolbar.dart |
index 57a3047884274150228f500a2d8df93e47d6dde0..9b5487689d0755e7829d4c062e6da46866fd7a9d 100644 |
--- a/sky/framework/components/toolbar.dart |
+++ b/sky/framework/components/toolbar.dart |
@@ -5,6 +5,7 @@ |
import '../fn.dart'; |
import '../theme/colors.dart'; |
import '../theme/shadows.dart'; |
+import '../theme/view-configuration.dart'; |
class Toolbar extends Component { |
List<Node> children; |
@@ -15,6 +16,7 @@ class Toolbar extends Component { |
height: 56px; |
background-color: ${Purple[500]}; |
color: white; |
+ padding-top: ${kStatusBarHeight}px; |
box-shadow: ${Shadow[2]};''' |
); |