Skip to content

Commit

Permalink
fix: Excalidraw component styling
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jan 30, 2024
1 parent 9671837 commit d1529c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/excalidraw/Excalidraw.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const Excalidraw: FC<{
})
}
}}
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"
className="absolute bottom-2 right-2 z-10 box-content flex h-5 w-5 rounded-md border border-zinc-200 p-2 text-zinc-600 center"
>
<i className="icon-[mingcute--external-link-line]" />
</MotionButtonBase>
Expand Down

0 comments on commit d1529c5

Please sign in to comment.