fix: Spacing of the badge

This commit is contained in:
Mark Tolmacs
2025-10-01 11:32:10 +02:00
parent e68b2d01ee
commit bff530af59

View File

@@ -86,7 +86,8 @@ export const DropDownMenuItemBadge = ({
const { theme } = useExcalidrawAppState(); const { theme } = useExcalidrawAppState();
const style = { const style = {
display: "inline-flex", display: "inline-flex",
marginLeft: "auto", marginLeft: "4px",
marginTop: "-2px",
padding: "2px 4px", padding: "2px 4px",
borderRadius: 6, borderRadius: 6,
fontSize: 9, fontSize: 9,