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:
parent
4ccd4f0418
commit
db2edf1339
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue