apps/web: move buttons
This commit is contained in:
parent
a29f3d59cd
commit
942633e233
@ -40,9 +40,9 @@ export function Form({ data, metaData, title }: Props) {
|
||||
</div>
|
||||
<Divider />
|
||||
<div className="grid grid-cols-1 gap-2 gap-x-4 md:grid-cols-3">
|
||||
<Button>Сохранить</Button>
|
||||
<Button intent="secondary">Возврат на доработку</Button>
|
||||
<Button intent="outline-danger">Отмена</Button>
|
||||
<Button intent="secondary">Возврат на доработку</Button>
|
||||
<Button>Сохранить</Button>
|
||||
</div>
|
||||
</Background>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user