From 75c410a6cb792108c35cf756750d033ffba67ac9 Mon Sep 17 00:00:00 2001 From: "yevhen.demchenko@allianz.de" Date: Wed, 31 Mar 2021 15:04:47 +0200 Subject: [PATCH] fix(small-stage): add theming token for text color (#274) --- projects/ng-aquila/src/shared-styles/theming/tokens.scss | 2 ++ projects/ng-aquila/src/small-stage/small-stage.component.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/projects/ng-aquila/src/shared-styles/theming/tokens.scss b/projects/ng-aquila/src/shared-styles/theming/tokens.scss index 54a4cc88a..5a9addd31 100644 --- a/projects/ng-aquila/src/shared-styles/theming/tokens.scss +++ b/projects/ng-aquila/src/shared-styles/theming/tokens.scss @@ -1183,6 +1183,8 @@ $nx-theme: ( small-stage-with-header-content-padding: 0 0 64px, small-stage-with-header-image-container-padding-top: 32px, + small-stage-text-color: text-01, + rating-icon-color: text-01, rating-icon-size: 40px, rating-label-color: text-01, diff --git a/projects/ng-aquila/src/small-stage/small-stage.component.scss b/projects/ng-aquila/src/small-stage/small-stage.component.scss index 557395b77..c139ca0a0 100644 --- a/projects/ng-aquila/src/small-stage/small-stage.component.scss +++ b/projects/ng-aquila/src/small-stage/small-stage.component.scss @@ -8,6 +8,7 @@ $image-container-padding-top--w-header: var(--small-stage-with-header-image-cont :host { display: -ms-grid; display: grid; + color: var(--small-stage-text-color); padding: 0 nx-spacer(2m); text-align: left;