Fixed disabled buttons color in call

This commit is contained in:
Sylvain Berfini 2024-02-21 14:24:52 +01:00
parent e82f42e51a
commit 06074f0490
2 changed files with 2 additions and 1 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/gray_600"/>
<solid android:color="@color/gray_700"/>
</shape>

View file

@ -37,6 +37,7 @@
<color name="gray_500">#4E4E4E</color>
<color name="gray_600">#2E3030</color>
<color name="gray_600_night">#CFD1D1</color>
<color name="gray_700">#383939</color>
<color name="gray_800">#0F0F0F</color>
<color name="gray_800_night">#E7D2D8</color>
<color name="gray_900">#070707</color>