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:
parent
f2cbc0d1c0
commit
81aa4cd8ed
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue