Skip to content

Commit 8ca016f

Browse files
Material Design Teamdrchen
Material Design Team
authored andcommittedOct 23, 2023
[M3][Catalog] Update Shape Theming bottom sheet text color
PiperOrigin-RevId: 575005367
1 parent 4b669c1 commit 8ca016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎catalog/java/io/material/catalog/shapetheming/res/layout/cat_shape_theming_bottomsheet_content.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
android:id="@+id/bottomsheet_state"
3030
android:layout_width="match_parent"
3131
android:layout_height="100dp"
32-
android:textColor="?attr/colorOnPrimary"
32+
android:textColor="?attr/colorOnSurface"
3333
android:gravity="center"
3434
android:textSize="20sp"
3535
android:text="@string/cat_shape_theming_bottomsheet_title"/>

0 commit comments

Comments
 (0)