Skip to content

Commit

Permalink
fix: improve clickability of untrusted mode sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Pkcarreno committed Nov 1, 2024
1 parent faf64a0 commit 7f5d322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const UntrustedModeSign = () => {
<div className="flex h-full items-center ">
<Badge
variant="warning"
className="hover:cursor-pointer"
className="hover:bg-warning/70 hover:cursor-pointer"
onClick={() => setUntrustedDialogOpen(true)}
>
Editor in Untrusted Mode
Expand Down

0 comments on commit 7f5d322

Please sign in to comment.