🔀 Merge dev to auth branch
This commit is contained in:
@@ -67,6 +67,16 @@ export const AppearanceTab = ({
|
||||
/>
|
||||
{form.values.appearance.appNameStatus === 'normal' && (
|
||||
<>
|
||||
<NumberInput
|
||||
label={t('appearance.appNameFontSize.label')}
|
||||
description={t('appearance.appNameFontSize.description')}
|
||||
min={5}
|
||||
max={64}
|
||||
{...form.getInputProps('appearance.appNameFontSize')}
|
||||
onChange={(value) => {
|
||||
form.setFieldValue('appearance.appNameFontSize', value);
|
||||
}}
|
||||
/>
|
||||
<Select
|
||||
label={t('appearance.positionAppName.label')}
|
||||
description={t('appearance.positionAppName.description')}
|
||||
|
||||
Reference in New Issue
Block a user