Skip to content

Commit

Permalink
Merge pull request #2556 from starknet-io/provisions-hp-popup-fixing-…
Browse files Browse the repository at this point in the history
…close-button-color

fixing color of close button
  • Loading branch information
igalst authored Feb 18, 2024
2 parents 45ea0fd + f284945 commit ef098e1
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 ef098e1

Please sign in to comment.