Update new/edit object according to figma (#3093)

* made changes according to figma

* remove click custom in test
This commit is contained in:
brendanlaschke
2023-12-21 11:33:52 +01:00
committed by GitHub
parent 4918865132
commit b416b0f98f
7 changed files with 63 additions and 285 deletions

View File

@ -48,7 +48,7 @@ export const SettingsObjects = () => {
<StyledH1Title title="Objects" />
<Button
Icon={IconPlus}
title="New object"
title="Add object"
accent="blue"
size="small"
onClick={() => navigate('/settings/objects/new')}