Fix dark theme coloring for forward bottom sheet.

This commit is contained in:
Alex Hart
2021-08-18 09:32:53 -03:00
parent 921addf4c8
commit 199fb517b1
10 changed files with 33 additions and 8 deletions

View File

@@ -397,7 +397,7 @@
<style name="Widget.Signal.FixedRoundedCorners.BottomSheet" parent="Widget.MaterialComponents.BottomSheet">
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Signal.BottomSheet.Rounded</item>
<item name="backgroundTint">@color/signal_background_primary</item>
<item name="backgroundTint">@color/signal_background_dialog</item>
</style>
<style name="ShapeAppearanceOverlay.Signal.BottomSheet.Rounded" parent="">