Skip to content

Commit

Permalink
didn't mean to leave that in
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Apr 18, 2024
1 parent 73fc2f6 commit 6f8afcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/account-kit/src/ui/Shadow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const Shadow = forwardRef<HTMLIFrameElement, Props>(function Shadow({ mod
display: "inline-block",
width: `${frameSize.width}px`,
height: `${frameSize.height}px`,
boxShadow: "0 0 0 4px red",
}
: {
all: "unset",
Expand Down

0 comments on commit 6f8afcb

Please sign in to comment.