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/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 > 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; }