Skip to content

Commit

Permalink
Light mode fix on ImageChanger
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxcorel committed Aug 21, 2023
1 parent 19683c3 commit 1f71300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings/components/ImageChanger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ImageChanger() {
Change Avatar
</button>
{showImages &&
<div className={"bg-gray-600 rounded-2xl mb-4 py-2 flex flex-wrap justify-start"}>
<div className={"bg-gray-200 dark:bg-gray-700 rounded-2xl mb-4 py-2 flex flex-wrap justify-start"}>
<AvailableAvatars/>
</div>
}
Expand Down

0 comments on commit 1f71300

Please sign in to comment.