diff --git a/android/app/src/main/res/layout/place_page_add.xml b/android/app/src/main/res/layout/place_page_add.xml
index da7852d2f..9f36d2729 100644
--- a/android/app/src/main/res/layout/place_page_add.xml
+++ b/android/app/src/main/res/layout/place_page_add.xml
@@ -2,6 +2,7 @@
@@ -11,5 +12,7 @@
style="@style/MwmWidget.M3.Button.Secondary"
android:layout_height="wrap_content"
android:layout_width="match_parent"
+ app:backgroundTint="?cardBackground"
+ android:backgroundTint="?cardBackground"
android:text="@string/placepage_add_place_button" />
diff --git a/android/app/src/main/res/layout/place_page_editor.xml b/android/app/src/main/res/layout/place_page_editor.xml
index c085142d6..c9ed264ae 100644
--- a/android/app/src/main/res/layout/place_page_editor.xml
+++ b/android/app/src/main/res/layout/place_page_editor.xml
@@ -2,6 +2,7 @@
@@ -10,5 +11,7 @@
style="@style/MwmWidget.M3.Button.Secondary"
android:layout_height="wrap_content"
android:layout_width="match_parent"
+ app:backgroundTint="?cardBackground"
+ android:backgroundTint="?cardBackground"
android:text="@string/edit_place"/>