Composer: Fix issue in dark theme

This commit is contained in:
Benoit Marty 2022-12-01 11:43:36 +01:00
parent d3ffa84294
commit 550ec8aefb

View file

@ -5,8 +5,9 @@
android:id="@+id/composerLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@drawable/bg_composer_rich_bottom_sheet">
android:orientation="vertical">
<!-- EAx: Remove android:background="@drawable/bg_composer_rich_bottom_sheet" from ^ -->
<!--
There are issues here: