Skip to content

Commit d04da7d

Browse files
kendrickumstattddsn5ft
authored andcommitted
[TimePicker] Fix color of unselected state in AM/PM picker.
Specs: https://m3.material.io/components/time-pickers/specs PiperOrigin-RevId: 631920571
1 parent 500dae8 commit d04da7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/timepicker/res/color/m3_timepicker_button_background_color.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
-->
1717
<selector xmlns:android="http://schemas.android.com/apk/res/android">
1818
<item android:color="@macro/m3_comp_time_picker_period_selector_selected_container_color" android:state_enabled="true" android:state_checked="true"/>
19-
<item android:color="?attr/colorSurface" android:state_checked="false"/>
19+
<item android:color="@android:color/transparent" android:state_checked="false"/>
2020
</selector>

0 commit comments

Comments
 (0)