chore: tweak text color in dark mode

This commit is contained in:
Steven 2024-08-26 22:55:31 +08:00
parent ff035d25ba
commit f11a295ac2

View File

@ -51,6 +51,7 @@ const WorkspaceSecuritySection = () => {
<SSOSection /> <SSOSection />
<div> <div>
<Switch <Switch
className="dark:text-gray-500"
size="lg" size="lg"
checked={workspaceStore.setting.disallowUserRegistration} checked={workspaceStore.setting.disallowUserRegistration}
onChange={(event) => toggleDisallowUserRegistration(event.target.checked)} onChange={(event) => toggleDisallowUserRegistration(event.target.checked)}