0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

refactor(console): remove the required label from the dark mode color picker (#2381)

This commit is contained in:
Xiao Yijun 2022-11-10 15:15:58 +08:00 committed by GitHub
parent f2cbc0d1c0
commit 81aa4cd8ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ const ColorForm = () => {
</FormField>
{isDarkModeEnabled && (
<>
<FormField isRequired title="sign_in_exp.color.dark_primary_color">
<FormField title="sign_in_exp.color.dark_primary_color">
<Controller
name="color.darkPrimaryColor"
control={control}