fix: ui issues (#1401)

This commit is contained in:
Qi
2023-03-08 11:07:52 +08:00
committed by GitHub
parent b976ac8084
commit 88967a1dbe
5 changed files with 28 additions and 29 deletions

View File

@@ -23,6 +23,7 @@ export const MenuItem = forwardRef<HTMLButtonElement, IconMenuProps>(
height: 16,
style: {
marginRight: 14,
...icon.props?.style,
},
})}
{children}