From 74262fcc17e31eef7ced6beb85b051b5e426ca96 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Thu, 8 Jan 2026 11:45:40 +0100 Subject: [PATCH] AAE-40934 style: replace mat-raise-button with mat-flat-button (#11502) * AAE-40934 style: replace mat-raise-button with mat-flat-button * AAE-40934 style: remove unnecessary color declarations from material buttons, rely on MD3 default primary button color --- lib/core/src/lib/form/components/widgets/json/json.widget.html | 2 +- .../src/lib/form/components/widgets/repeat/repeat.widget.html | 3 +-- .../components/start-process-cloud.component.html | 3 +-- .../components/user-task-cloud/user-task-cloud.component.html | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/core/src/lib/form/components/widgets/json/json.widget.html b/lib/core/src/lib/form/components/widgets/json/json.widget.html index 0c1e4d28bb..5c742b83fe 100644 --- a/lib/core/src/lib/form/components/widgets/json/json.widget.html +++ b/lib/core/src/lib/form/components/widgets/json/json.widget.html @@ -4,5 +4,5 @@ {{ field.name | translate }} - + \ No newline at end of file diff --git a/lib/core/src/lib/form/components/widgets/repeat/repeat.widget.html b/lib/core/src/lib/form/components/widgets/repeat/repeat.widget.html index 92053e3be8..0908b7c090 100644 --- a/lib/core/src/lib/form/components/widgets/repeat/repeat.widget.html +++ b/lib/core/src/lib/form/components/widgets/repeat/repeat.widget.html @@ -14,8 +14,7 @@ @let shouldDisplayAddRowButton = !element.field.params.maxNumberOfRows || (element.field.params.maxNumberOfRows > element.field.rows.length); @if (shouldDisplayAddRowButton) {