Skip to content

Commit 2adfe50

Browse files
committed
Use secondary varient color for bottom sheet background
1 parent 37eab46 commit 2adfe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/drawable/background_bottom_sheet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3-
<solid android:color="?attr/colorSecondary"/>
3+
<solid android:color="?attr/colorSecondaryVariant"/>
44
<corners
55
android:bottomRightRadius="0dp"
66
android:bottomLeftRadius="0dp"

0 commit comments

Comments
 (0)