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' }, }, ];