We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87eef5b + ba4c779 commit a35d1fdCopy full SHA for a35d1fd
1 file changed
frontend/src/pages/SetupPage.jsx
@@ -66,7 +66,7 @@ const SetupPage = () => {
66
className="sr-only"
67
/>
68
<div className="flex items-center space-x-3">
69
- <span className="text-2xl">{currency.flag}</span>
+ <span className="text-2xl text-black dark:text-white">{currency.flag}</span>
70
<div>
71
<div className="font-medium text-gray-900 dark:text-white">
72
{currency.name}
0 commit comments