set null, various fixes

This commit is contained in:
Jan Prochazka
2020-05-13 19:42:33 +02:00
parent c49119a4b8
commit d31b756b0e
6 changed files with 76 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ const StyledIconSpan = styled.span`
const ButtonDivInner = styled.div`
position: relative;
top: ${(props) => props.patchY}px;
white-space: nowrap;
`;
export default function ToolbarButton({ children, onClick, icon = undefined, disabled = undefined, patchY = 2 }) {