fix up old Toolbar TODO

main
Mike Fix 5 years ago
parent 365d900445
commit 9032c70dd8

@ -7,13 +7,12 @@ const Toolbar = props => (
{` {`
.toolbar { .toolbar {
width: 100%; width: 100%;
height: 40px; // TODO fix height: 40px;
margin-bottom: 16px; margin-bottom: 16px;
display: flex; display: flex;
position: relative; position: relative;
z-index: 3; z-index: 3;
font-size: 14px; font-size: 14px;
color: #fff;
} }
.toolbar > :global(div) { .toolbar > :global(div) {

Loading…
Cancel
Save