[M3][Catalog] Update Shape Theming bottom sheet text color

PiperOrigin-RevId: 575005367
This commit is contained in:
Material Design Team 2023-10-19 14:36:31 -07:00 committed by drchen
parent 4b669c1289
commit 8ca016fb01

View File

@ -29,7 +29,7 @@
android:id="@+id/bottomsheet_state"
android:layout_width="match_parent"
android:layout_height="100dp"
android:textColor="?attr/colorOnPrimary"
android:textColor="?attr/colorOnSurface"
android:gravity="center"
android:textSize="20sp"
android:text="@string/cat_shape_theming_bottomsheet_title"/>