From 161e3a5248d361cd29acc89169cddbb50ed57043 Mon Sep 17 00:00:00 2001 From: Miguel Lehmann Date: Mon, 13 Oct 2025 09:00:29 +0200 Subject: [PATCH 1/2] fix: Change naming and letter spacing #1682 --- .../support/helper/dom-helper/dialogs/keyResultDialog.ts | 2 +- .../components/key-result-type/key-result-type.component.html | 4 ++-- frontend/src/style/styles.scss | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts b/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts index 1e0f16cf77..e9267ad36d 100644 --- a/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts +++ b/frontend/cypress/support/helper/dom-helper/dialogs/keyResultDialog.ts @@ -80,7 +80,7 @@ export default class KeyResultDialog extends Dialog { checkForDialogTextMetric() { cy.contains('Einheit'); cy.contains('Baseline'); - cy.contains('Target Goal'); + cy.contains('Target'); cy.contains('Stretch Goal'); this.checkForDialogText(); return this; diff --git a/frontend/src/app/components/key-result-type/key-result-type.component.html b/frontend/src/app/components/key-result-type/key-result-type.component.html index 8142a63694..902a455bb2 100644 --- a/frontend/src/app/components/key-result-type/key-result-type.component.html +++ b/frontend/src/app/components/key-result-type/key-result-type.component.html @@ -128,7 +128,7 @@
- +
- +
diff --git a/frontend/src/style/styles.scss b/frontend/src/style/styles.scss index 054c673144..91a8bdbfca 100644 --- a/frontend/src/style/styles.scss +++ b/frontend/src/style/styles.scss @@ -76,6 +76,7 @@ body.okr { * { font-family: Roboto, sans-serif; + letter-spacing: normal; font-variation-settings: 'wght' 400; line-height: 115% !important; } From 3499e6331deffab7a7ca69c835f49f26f3322a47 Mon Sep 17 00:00:00 2001 From: Miguel Lehmann Date: Mon, 13 Oct 2025 09:24:35 +0200 Subject: [PATCH 2/2] fix: Change button to bold #1682 --- frontend/src/app/components/team/team.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/team/team.component.html b/frontend/src/app/components/team/team.component.html index 64ab6d28ed..3b29950c4d 100644 --- a/frontend/src/app/components/team/team.component.html +++ b/frontend/src/app/components/team/team.component.html @@ -8,7 +8,7 @@

{{ OVEntity.team.name }}

*ngIf="OVEntity.isWriteable" id="add-objective" [attr.data-testId]="'add-objective'" - class="px-0 mt-1 mb-3 pe-2 h-50 align-new-icon" + class="px-0 mt-1 mb-3 pe-2 h-50 fw-bold align-new-icon" color="primary" mat-button >