We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baf262 commit 9671837Copy full SHA for 9671837
src/components/ui/excalidraw/Excalidraw.tsx
@@ -65,7 +65,7 @@ export const Excalidraw: FC<{
65
})
66
}
67
}}
68
- className="absolute bottom-2 right-2 z-10 box-content h-5 w-5 rounded-md border border-zinc-200 p-2 dark:border-zinc-700"
+ className="absolute bottom-2 right-2 z-10 box-content flex h-5 w-5 rounded-md border border-zinc-200 p-2 center dark:border-zinc-700"
69
>
70
<i className="icon-[mingcute--external-link-line]" />
71
</MotionButtonBase>
0 commit comments