mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
✨ Added primary/secondary color selection
Added two new inputs to the options menu: primary and secondary color selectors.
This commit is contained in:
@@ -36,7 +36,9 @@ export default function TitleChanger() {
|
||||
placeholder="/favicon.svg"
|
||||
{...form.getInputProps('favicon')}
|
||||
/>
|
||||
<Button type="submit">Save</Button>
|
||||
<Button type="submit" color={config.settings.primary_color || 'red'}>
|
||||
Save
|
||||
</Button>
|
||||
</Group>
|
||||
</form>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user