Skip to content

Commit

Permalink
Changed: Issue-2041 - Updated colour from secondary to primary for te…
Browse files Browse the repository at this point in the history
…xt-body (#2055)
  • Loading branch information
bhushan-ebi authored Jun 21, 2024
1 parent 0ffa72f commit b4c750f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions components/vf-sass-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.7.2

* Changes to use primary colours instead of secondary colours for text-body.[Tracking issue](https://github.com/visual-framework/vf-core/issues/2041)

### 2.7.1

* Make vf-divider respect vf-stack spacing.
Expand Down
8 changes: 4 additions & 4 deletions components/vf-sass-config/mixins/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
color: text-color(primary);
}
@else if $font-size == text-body--3 {
color: text-color(secondary);
color: text-color(primary);
}
@else if $font-size == text-body--4 {
color: text-color(secondary);
color: text-color(primary);
}
@else if $font-size == text-body--5 {
color: text-color(secondary);
color: text-color(primary);
}
@else if $font-size == text-body--5 {
color: text-color(secondary);
color: text-color(primary);
}

// Set font weight
Expand Down

0 comments on commit b4c750f

Please sign in to comment.