refactor: remove unnecessary vertical divider from ToolMenu

This commit is contained in:
Abhinav Kumar
2025-07-05 01:35:57 +05:30
parent afa495caab
commit 11a9f61d5f
2 changed files with 1 additions and 2 deletions

View File

@@ -72,8 +72,6 @@ export const ToolMenu = () => {
disabled={!canRedo}
/>
<Divider orientation="vertical" flexItem sx={{ mx: 0.5 }} />
{/* Main Tools */}
<IconButton
name="Select"

View File

@@ -14,6 +14,7 @@ export const UiElement = ({ children, sx, style }: Props) => {
borderRadius: 2,
boxShadow: 1,
borderColor: 'grey.400',
p: 0,
...sx
}}
style={style}