Skip to content

Commit

Permalink
fix(small-stage): add theming token for text color (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
yd-allianz authored and GitHub Enterprise committed Mar 31, 2021
1 parent ad7e21d commit 75c410a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/ng-aquila/src/shared-styles/theming/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 75c410a

Please sign in to comment.