💃🏻 Settings menu styling

This commit is contained in:
ajnart
2022-08-02 02:21:04 +02:00
parent 847e0855d8
commit 12c13de1bd
4 changed files with 10 additions and 10 deletions

View File

@@ -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')} />