Skip to content

Commit 053c754

Browse files
committed
fix(list): tweak list header color to match spec
1 parent 9588de3 commit 053c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/list.md.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $list-md-header-border-top: 1px solid $list-md-border-color !default;
4646
$list-md-header-font-size: 1.4rem !default;
4747

4848
/// @prop - Text color of the header in a list
49-
$list-md-header-color: #858585 !default;
49+
$list-md-header-color: #757575 !default;
5050

5151

5252
// Material Design Default List

0 commit comments

Comments
 (0)