Skip to content

Commit

Permalink
[ProgressIndicator] Updated inactive track color from primary contain…
Browse files Browse the repository at this point in the history
…er to secondary container.

PiperOrigin-RevId: 607113929
(cherry picked from commit dd8f6be)
  • Loading branch information
pekingme authored and hunterstich committed Mar 21, 2024
1 parent 857d6a2 commit c8cb0c6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -24,7 +24,8 @@
<macro name="m3_comp_progress_indicator_active_indicator_color">?attr/colorPrimary</macro>
<!-- Group: Enabled - Track -->
<dimen name="m3_comp_progress_indicator_track_thickness">4dp</dimen>
<macro name="m3_comp_progress_indicator_track_color">?attr/colorPrimaryContainer</macro>
<!-- The resource value ?attr/colorPrimaryContainer has been overridden by the config. -->
<macro name="m3_comp_progress_indicator_track_color">?attr/colorSecondaryContainer</macro>
<!-- Group: Enabled - Stop indicator -->
<dimen name="m3_comp_progress_indicator_stop_indicator_size">4dp</dimen>
<!-- Group: Enabled - Spacing -->
Expand Down

0 comments on commit c8cb0c6

Please sign in to comment.