diff --git a/app/src/main/res/drawable/shape_round_in_call_disabled_button_background.xml b/app/src/main/res/drawable/shape_round_in_call_disabled_button_background.xml
index 1076b3193..d242fd79e 100644
--- a/app/src/main/res/drawable/shape_round_in_call_disabled_button_background.xml
+++ b/app/src/main/res/drawable/shape_round_in_call_disabled_button_background.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/shape_squircle_red_disabled_background.xml b/app/src/main/res/drawable/shape_squircle_red_disabled_background.xml
index 5e52c7360..c629ae1e8 100644
--- a/app/src/main/res/drawable/shape_squircle_red_disabled_background.xml
+++ b/app/src/main/res/drawable/shape_squircle_red_disabled_background.xml
@@ -1,5 +1,5 @@
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/call_ended_actions.xml b/app/src/main/res/layout/call_ended_actions.xml
index 7bf458c71..4291a77f7 100644
--- a/app/src/main/res/layout/call_ended_actions.xml
+++ b/app/src/main/res/layout/call_ended_actions.xml
@@ -23,7 +23,7 @@
android:paddingBottom="15dp"
android:src="@drawable/phone_disconnect"
android:background="@drawable/shape_squircle_red_disabled_background"
- app:tint="@color/white"
+ app:tint="@color/gray_400"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"/>
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 21133ae3f..e6404c071 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -31,6 +31,7 @@
#F5CCBE
#DD5F5F
#9E3548
+ #723333
#4FAE80
#377D71