Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/pages/SetupPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const SetupPage = () => {
className="sr-only"
/>
<div className="flex items-center space-x-3">
<span className="text-2xl">{currency.flag}</span>
<span className="text-2xl text-black dark:text-white">{currency.flag}</span>
<div>
<div className="font-medium text-gray-900 dark:text-white">
{currency.name}
Expand Down
Loading