mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-596 Editor | Fix | Fix incorrect snackbar background (#2693)
This commit is contained in:
parent
46ceb1ef41
commit
7b3947f59e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
android:top="48dp">
|
||||
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/white" />
|
||||
<solid android:color="@color/background_secondary" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue