mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
refactor: remove unnecessary vertical divider from ToolMenu
This commit is contained in:
@@ -72,8 +72,6 @@ export const ToolMenu = () => {
|
||||
disabled={!canRedo}
|
||||
/>
|
||||
|
||||
<Divider orientation="vertical" flexItem sx={{ mx: 0.5 }} />
|
||||
|
||||
{/* Main Tools */}
|
||||
<IconButton
|
||||
name="Select"
|
||||
|
||||
@@ -14,6 +14,7 @@ export const UiElement = ({ children, sx, style }: Props) => {
|
||||
borderRadius: 2,
|
||||
boxShadow: 1,
|
||||
borderColor: 'grey.400',
|
||||
p: 0,
|
||||
...sx
|
||||
}}
|
||||
style={style}
|
||||
|
||||
Reference in New Issue
Block a user