Skip to content

Commit

Permalink
chore: fix text color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Aug 29, 2024
1 parent bb86482 commit 710961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/AdminSignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const AdminSignIn = () => {
{workspaceGeneralSetting.customProfile?.title || "Memos"}
</p>
</div>
<p className="w-full text-xl font-medium">Sign in with admin accounts</p>
<p className="w-full text-xl font-medium dark:text-gray-500">Sign in with admin accounts</p>
<PasswordSignInForm />
</div>
<div className="mt-4 flex flex-row items-center justify-center w-full gap-2">
Expand Down

0 comments on commit 710961d

Please sign in to comment.