mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
align buttons to the right to match other dialogs
This commit is contained in:
@@ -39,7 +39,7 @@ export function UserEdit(props: UserEditProps) {
|
||||
<Checkbox label={<Trans>Admin</Trans>} {...form.getInputProps("admin", { type: "checkbox" })} />
|
||||
<Checkbox label={<Trans>Enabled</Trans>} {...form.getInputProps("enabled", { type: "checkbox" })} />
|
||||
|
||||
<Group>
|
||||
<Group justify="right">
|
||||
<Button variant="default" onClick={props.onCancel}>
|
||||
<Trans>Cancel</Trans>
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user