Skip to content

Commit

Permalink
fixing transparent to use just chakra
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed Mar 18, 2024
1 parent 8ede4da commit 97d407e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ const ProvisionsPopup = () => {
top="10px"
width="28px"
height="28px"
style={{ backgroundColor: "transparent" }}
bgColor="transparent"
_dark={{ bgColor: "transparent" }}
onClick={onClose}
>
<CloseIcon />
Expand Down

0 comments on commit 97d407e

Please sign in to comment.