🎨 Changed primary/secondary color to camelCase

This commit is contained in:
Aimsucks
2022-06-07 17:48:04 +00:00
parent 423f8110b9
commit b26ab50c8d
9 changed files with 17 additions and 17 deletions

View File

@@ -44,7 +44,7 @@ export default function TitleChanger() {
{...form.getInputProps('favicon')}
/>
<TextInput label="Background" placeholder="" {...form.getInputProps('background')} />
<Button type="submit" color={config.settings.primary_color || 'red'}>
<Button type="submit" color={config.settings.primaryColor || 'red'}>
Save
</Button>
</Group>