Merge "Update workEDU background color to scHighest" into main

This commit is contained in:
Brandon Dayauon
2024-07-11 22:39:08 +00:00
committed by Android (Google) Code Review
+1 -2
View File
@@ -16,9 +16,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:shape="rectangle">
<solid android:color="?androidprv:attr/colorSurface" />
<solid android:color="@color/material_color_surface_container_highest" />
<corners android:radius="@dimen/work_edu_card_radius" />
</shape>