1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Editor | Fix | Style-color toolbar in light mode has incorrect background in selected tab in light mode (#2148)

This commit is contained in:
Evgenii Kozlov 2022-03-22 14:01:02 +03:00 committed by GitHub
parent 4ccd4f0418
commit db2edf1339
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="14dp" />
<solid android:color="@color/background_primary" />
<solid android:color="@color/background_highlighted" />
</shape>