Update reaction pill colors.

This commit is contained in:
Alex Hart
2022-06-08 16:26:05 -03:00
parent 43be54ec42
commit 4779096ac5
8 changed files with 12 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="1000dp" />
<solid android:color="@color/core_grey_25" />
<stroke android:color="@color/white" android:width="1dp" />
<solid android:color="@color/signal_colorOnSurfaceVariant_16_no_alpha" />
<stroke android:color="@color/signal_colorBackground" android:width="1dp" />
</shape>