Skip to content

Commit

Permalink
Merge pull request #1018 from lumapps/fix/CF-486_update_subheader_color
Browse files Browse the repository at this point in the history
fix(subheader): change color to dark-L2
  • Loading branch information
gcornut authored Oct 4, 2023
2 parents 67e7235 + a3ec2ed commit 671fcca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `@lumx/react` no long depend on `moment` or `moment-range` to generate the date picker.
- Deprecated `@lumx/core/js/date-picker` functions that **will be removed in the next major version** along with `moment` and `moment-range`.
- DatePicker & DatePickerField: `locale` prop is now optional (uses browser locale by default)
- ListSubHeader: darken text color for better accessibility

## [3.5.3][] - 2023-08-30

Expand Down
2 changes: 1 addition & 1 deletion packages/lumx-core/src/scss/components/list/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
display: flex;
align-items: center;
height: map.get($lumx-list-item-sizes, "tiny");
color: lumx-color-variant("dark", "L3");
color: lumx-color-variant("dark", "L2");
}

@mixin lumx-list-subheader-icon {
Expand Down

0 comments on commit 671fcca

Please sign in to comment.