diff --git a/frontend/app/features/schemas/pages/schema/forms/field-form.component.ts b/frontend/app/features/schemas/pages/schema/forms/field-form.component.ts
index 6385c5c99..e67b5ce80 100644
--- a/frontend/app/features/schemas/pages/schema/forms/field-form.component.ts
+++ b/frontend/app/features/schemas/pages/schema/forms/field-form.component.ts
@@ -27,7 +27,7 @@ import { FieldDto, PatternDto } from '@app/shared';
- Cancel
+ Cancel
Save
diff --git a/frontend/app/features/settings/pages/clients/client-add-form.component.ts b/frontend/app/features/settings/pages/clients/client-add-form.component.ts
index 87c0d8e8d..3cc7e0e0d 100644
--- a/frontend/app/features/settings/pages/clients/client-add-form.component.ts
+++ b/frontend/app/features/settings/pages/clients/client-add-form.component.ts
@@ -25,7 +25,7 @@ import { AddClientForm, ClientsState } from '@app/shared';
Add Client
- Cancel
+ Cancel
diff --git a/frontend/app/features/settings/pages/languages/language.component.html b/frontend/app/features/settings/pages/languages/language.component.html
index 52b943bb7..ca3514d30 100644
--- a/frontend/app/features/settings/pages/languages/language.component.html
+++ b/frontend/app/features/settings/pages/languages/language.component.html
@@ -29,7 +29,7 @@
diff --git a/frontend/app/features/settings/pages/roles/role.component.html b/frontend/app/features/settings/pages/roles/role.component.html
index e1cef538a..9355d7373 100644
--- a/frontend/app/features/settings/pages/roles/role.component.html
+++ b/frontend/app/features/settings/pages/roles/role.component.html
@@ -32,7 +32,7 @@
diff --git a/frontend/app/features/settings/pages/workflows/workflow.component.html b/frontend/app/features/settings/pages/workflows/workflow.component.html
index 912af6bf2..fab98df20 100644
--- a/frontend/app/features/settings/pages/workflows/workflow.component.html
+++ b/frontend/app/features/settings/pages/workflows/workflow.component.html
@@ -34,7 +34,7 @@
diff --git a/frontend/app/theme/_bootstrap.scss b/frontend/app/theme/_bootstrap.scss
index cc9e56b56..b2312e7d7 100644
--- a/frontend/app/theme/_bootstrap.scss
+++ b/frontend/app/theme/_bootstrap.scss
@@ -444,7 +444,8 @@ a {
// Link buttons only exists with blue text color in bootstrap. Provide them for all colors.
&-text {
- & {
+ &,
+ &-primary {
@include build-text-button($color-theme-blue);
}
@@ -467,6 +468,10 @@ a {
&-warning {
@include build-text-button($color-theme-orange);
}
+
+ &-secondary2 {
+ @include build-text-button(#777c7b);
+ }
}
}