mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
💃🏻 Settings menu styling
This commit is contained in:
@@ -37,7 +37,7 @@ export default function TitleChanger() {
|
||||
};
|
||||
|
||||
return (
|
||||
<Stack mb="lg">
|
||||
<Stack mb="md" mr="sm" mt="xs">
|
||||
<form onSubmit={form.onSubmit((values) => saveChanges(values))}>
|
||||
<Stack>
|
||||
<TextInput label="Page title" placeholder="Homarr 🦞" {...form.getInputProps('title')} />
|
||||
|
||||
Reference in New Issue
Block a user