From 3be566b2f475477082a6606a2f4c320c8459ef20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 23 Dec 2022 13:30:13 +0100 Subject: [PATCH] datatype save style --- .../workspaces/data-type/workspace-data-type.element.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/data-type/workspace-data-type.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/data-type/workspace-data-type.element.ts index f019f7b62b..c6f6367926 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/data-type/workspace-data-type.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/data-type/workspace-data-type.element.ts @@ -111,7 +111,9 @@ export class UmbWorkspaceDataTypeElement extends UmbContextProviderMixin( name: 'Save Data Type Workspace Action', loader: () => import('../shared/actions/save/workspace-action-node-save.element'), meta: { - workspaces: ['Umb.Workspace.DataType'] + workspaces: ['Umb.Workspace.DataType'], + look: 'primary', + color: 'positive' }, }, ];