Skip to content

Commit a35d1fd

Browse files
authored
Merge pull request #167 from sathwikhbhat/fix/dark-mode-flag-visibilty
Fix: Dark mode country flags invisible in currency selection (#166)
2 parents 87eef5b + ba4c779 commit a35d1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/SetupPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const SetupPage = () => {
6666
className="sr-only"
6767
/>
6868
<div className="flex items-center space-x-3">
69-
<span className="text-2xl">{currency.flag}</span>
69+
<span className="text-2xl text-black dark:text-white">{currency.flag}</span>
7070
<div>
7171
<div className="font-medium text-gray-900 dark:text-white">
7272
{currency.name}

0 commit comments

Comments
 (0)