diff --git a/src/material/Scaffold.tsx b/src/material/Scaffold.tsx index fa9631f..693793f 100644 --- a/src/material/Scaffold.tsx +++ b/src/material/Scaffold.tsx @@ -36,12 +36,12 @@ const Scaffold: Component = (props) => { return ( <> -
+ -
{props.fab}
+
{ @@ -61,7 +61,7 @@ const Scaffold: Component = (props) => { {managed.children}
-
{props.bottom}
+
);