Updated some colors

This commit is contained in:
Sylvain Berfini 2023-10-03 11:59:17 +02:00
parent adad98f3e2
commit 9268ef5d2f
4 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<size android:width="55dp" android:height="55dp" />
<solid android:color="@color/white"/>
<solid android:color="@color/gray_600"/>
</shape>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="71dp" />
<solid android:color="@color/red_danger_200"/>
<solid android:color="@color/red_danger_900"/>
</shape>

View file

@ -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"/>

View file

@ -31,6 +31,7 @@
<color name="red_danger_200">#F5CCBE</color>
<color name="red_danger_500">#DD5F5F</color>
<color name="red_danger_700">#9E3548</color>
<color name="red_danger_900">#723333</color>
<color name="green_success_500">#4FAE80</color>
<color name="green_success_700">#377D71</color>