Skip to content

Commit

Permalink
Merge pull request #1100 from givepraise/fix_login_dark_mode
Browse files Browse the repository at this point in the history
Fixing login box text in dark mode
  • Loading branch information
kristoferlund committed Jun 29, 2023
2 parents b78dd15 + d37b41b commit 14be957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/auth/LoginDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const LoginDialog = ({
</div>
<div className="w-full mt-6">
<div className="flex flex-col w-full">
<div className="relative p-6 py-6 m-auto space-y-8 border-none rounded-none shadow-none bg-none w-96 dark:bg-slate-900">
<div className="relative p-6 py-6 m-auto space-y-8 border-none rounded-none shadow-none bg-none w-96 dark:bg-slate-600 dark:text-white">
<div className="absolute top-0 left-0 right-0 flex justify-center">
<FontAwesomeIcon
icon={faSignIn}
Expand Down

0 comments on commit 14be957

Please sign in to comment.