Skip to content

Commit 37eab46

Browse files
committed
Fix theme parent
1 parent 4d4b770 commit 37eab46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<item name="windowNoTitle">true</item>
1212
</style>
1313

14-
<style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
14+
<style name="BottomSheetDialog" parent="Theme.MaterialComponents.BottomSheetDialog">
1515
<item name="bottomSheetStyle">@style/bottomSheetStyleWrapper</item>
1616
</style>
1717

0 commit comments

Comments
 (0)