Skip to content

Commit

Permalink
fixing color of close button
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed Feb 18, 2024
1 parent 45ea0fd commit f284945
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ const ProvisionsPopup = () => {
>
<IconButton
aria-label="Close"
bgColor="transparent"
border="0"
position="absolute"
right="10px"
top="10px"
width="28px"
height="28px"
style={{ backgroundColor: "transparent" }}
onClick={() => {
gtmEventClickClose();
toggleModal();
Expand Down Expand Up @@ -90,7 +90,7 @@ const ProvisionsPopup = () => {
color="black"
cursor="pointer"
href="https://www.starknet.io/en/content/starknet-provisions-program"
_hover={{ color: "#8FBCFF"}}
_hover={{ color: "#8FBCFF" }}
onClick={gtmEventClickReadMore}
>
Read more
Expand Down

0 comments on commit f284945

Please sign in to comment.