Skip to content

Commit

Permalink
Fixed Color Issues with Email Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Dec 1, 2023
1 parent a0c7f0b commit b53d35b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions src/assets/icons/blob.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/EmailModal/EmailModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const EmailModal = ({ isOpen, onClose }: EmailModalProps) => {

<ModalFooter>
<a href={mailLinkTemplate} target={"_blank"} rel="noreferrer">
<Button colorScheme="telegram" mr={3} onClick={onClose}>
<Button bgColor={"accent"} color={"white"} mr={3} onClick={onClose}>
Yes
</Button>
</a>
<a href={mailLink} target={"_blank"} rel="noreferrer">
<Button colorScheme="telegram" onClick={onClose}>
<Button bgColor={"accent"} color={"white"} onClick={onClose}>
No
</Button>
</a>
Expand Down

0 comments on commit b53d35b

Please sign in to comment.