Skip to content

Commit

Permalink
[M3][Catalog] Update Shape Theming bottom sheet text color
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575005367
  • Loading branch information
Material Design Team authored and drchen committed Oct 23, 2023
1 parent 4b669c1 commit 8ca016f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 8ca016f

Please sign in to comment.