Skip to content

Commit

Permalink
[TimePicker] Fix color of unselected state in AM/PM picker.
Browse files Browse the repository at this point in the history
Specs:  https://m3.material.io/components/time-pickers/specs
PiperOrigin-RevId: 631920571
  • Loading branch information
kendrickumstattd authored and dsn5ft committed May 9, 2024
1 parent 500dae8 commit d04da7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@macro/m3_comp_time_picker_period_selector_selected_container_color" android:state_enabled="true" android:state_checked="true"/>
<item android:color="?attr/colorSurface" android:state_checked="false"/>
<item android:color="@android:color/transparent" android:state_checked="false"/>
</selector>

0 comments on commit d04da7d

Please sign in to comment.