Skip to content

Commit 267d1c7

Browse files
authored
fix: Temporary fix suggestion of the unreadable text in the Donate Modal (#908)
1 parent 3fc6bb0 commit 267d1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/DonateModal/DonateModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const DonateModal: React.FC<DonateModalProps> = ({ isVisible, onClose }) => {
2424
<Modal
2525
open={isVisible}
2626
onClose={onClose}
27+
style={{ color: '#1498e5' }}
2728
aria-labelledby="modal-modal-title"
2829
aria-describedby="modal-modal-description">
2930
<Box dir={i18n.dir()} sx={style}>

0 commit comments

Comments
 (0)