fix icons in bottom sheets don't follow the theme color

This commit is contained in:
Ryan ZHAO 2021-05-14 11:04:28 +10:00
parent 1d5f7957ab
commit c4cd74fca0

View File

@ -145,6 +145,8 @@
</style>
<style name="Theme.Session.BottomSheet" parent="@style/Theme.AppCompat.DayNight.Dialog">
<item name="colorControlNormal">?android:textColorPrimary</item>
<item name="android:textColorPrimary">@color/text</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowAnimationStyle">@style/Animation.MaterialComponents.BottomSheetDialog</item>
<item name="bottomSheetStyle">@style/Widget.Session.BottomSheetDialog</item>