1
0
Fork 0
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:
Mikhail 2022-10-27 18:11:08 +03:00 committed by GitHub
parent 46ceb1ef41
commit 7b3947f59e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>