Skip to content

Commit

Permalink
fix: Fix toolbar buttons size
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Aug 12, 2023
1 parent 9b906b7 commit e19a1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toolbar/toolbarButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ToolbarButton = (props: React.PropsWithChildren<ToolbarButtonProps>) => {
return null;
}

const buttonSize = containerSize / 10;
const buttonSize = containerSize / 11;
const iconSize = buttonSize * 0.55;

const buttonStyle = {
Expand Down

0 comments on commit e19a1b6

Please sign in to comment.