Skip to content

Commit 9671837

Browse files
committed
fix: update Excalidraw component styling
Signed-off-by: Innei <[email protected]>
1 parent 3baf262 commit 9671837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/excalidraw/Excalidraw.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Excalidraw: FC<{
6565
})
6666
}
6767
}}
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"
68+
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"
6969
>
7070
<i className="icon-[mingcute--external-link-line]" />
7171
</MotionButtonBase>

0 commit comments

Comments
 (0)