Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(subheader): change color to dark-L2 #1018

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading