import styled from 'styled-components/macro';

export const StyledToolbar = styled.div`
  height: 36px;
  position: relative;
  width: 100%;
`;
