Skip to content

Commit

Permalink
fix: link modal text color (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasc authored Feb 29, 2024
1 parent 8165896 commit 17bd33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framegear/components/RedirectModal/RedirectModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function RedirectModal({

return (
<div className="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50">
<div className="bg-content-light rounded-lg p-6 shadow-lg">
<div className="bg-content-light rounded-lg p-6 text-black shadow-lg">
<p className="text-lg font-semibold">Leaving website</p>
<p>If you connect your wallet and the site is malicious, you may lose funds.</p>
<div className="mt-4 flex justify-end space-x-4">
Expand Down

0 comments on commit 17bd33d

Please sign in to comment.