mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Editor | Fix | Update slash menu colors palette (#2273)
This commit is contained in:
parent
5c62b6c607
commit
5ae081342b
78 changed files with 468 additions and 540 deletions
|
@ -8,7 +8,7 @@
|
|||
<View
|
||||
android:visibility="invisible"
|
||||
android:layout_gravity="top"
|
||||
android:background="@color/anytype_text_teal"
|
||||
android:background="@color/palette_dark_teal"
|
||||
android:id="@+id/topDivider"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp" />
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<!-- Customize your theme here. -->
|
||||
<item name="colorPrimary">@color/orange</item>
|
||||
<item name="colorPrimaryDark">@color/anytype_text_teal</item>
|
||||
<item name="colorPrimaryDark">@color/palette_dark_teal</item>
|
||||
<item name="colorAccent">@color/orange</item>
|
||||
<!-- <item name="android:dialogTheme">@style/AppBottomSheetDialogTheme</item>-->
|
||||
<item name="alertDialogTheme">@style/DialogTheme</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue