Skip to content

Commit

Permalink
Use correct disabled surface color
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Sep 11, 2023
1 parent 97cb44d commit b11a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ground/src/main/res/color/color_states_primary_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
~ limitations under the License.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/material_dynamic_neutral50" android:state_enabled="false" />
<item android:color="@color/md_theme_on_surface_disabled" android:state_enabled="false"/>
<item android:color="?attr/colorPrimary" />
</selector>

0 comments on commit b11a019

Please sign in to comment.