Skip to content

Commit

Permalink
style: change DonationModal color (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
yontank authored Nov 25, 2024
1 parent 4756836 commit cbeb6c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/DonateModal/DonateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const DonateModal: React.FC<DonateModalProps> = ({ isVisible, onClose })
<Modal
open={isVisible}
onClose={onClose}
style={{ color: '#1498e5' }}
aria-modal="true"
role="dialog"
aria-labelledby="modal-modal-title"
Expand Down

0 comments on commit cbeb6c5

Please sign in to comment.