Skip to content

Commit

Permalink
[Slider] change track background color. (#7967)
Browse files Browse the repository at this point in the history
Follow up PR to #7960 (review).
  • Loading branch information
wenyuzhang666 committed Jul 19, 2019
1 parent 8193827 commit cf7ed4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Slider/tests/snapshot/MDCSliderSnapshotTests.m
Expand Up @@ -137,7 +137,7 @@ - (void)testDynamicColorSupport {
if (traitCollection.userInterfaceStyle == UIUserInterfaceStyleLight) {
return UIColor.blackColor;
} else {
return UIColor.grayColor;
return UIColor.yellowColor;
}
}];

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf7ed4c

Please sign in to comment.