Skip to content

Commit

Permalink
fix(subheader): change color to dark-L2
Browse files Browse the repository at this point in the history
CF-486
  • Loading branch information
Richard-lumapps committed Oct 4, 2023
1 parent 67e7235 commit b59d588
Showing 1 changed file with 1 addition and 1 deletion.
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 b59d588

Please sign in to comment.