mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: tweak text color in dark mode
This commit is contained in:
parent
ff035d25ba
commit
f11a295ac2
@ -51,6 +51,7 @@ const WorkspaceSecuritySection = () => {
|
||||
<SSOSection />
|
||||
<div>
|
||||
<Switch
|
||||
className="dark:text-gray-500"
|
||||
size="lg"
|
||||
checked={workspaceStore.setting.disallowUserRegistration}
|
||||
onChange={(event) => toggleDisallowUserRegistration(event.target.checked)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user