Fix reaction pill background color.

This commit is contained in:
Alex Hart
2022-06-10 13:43:16 -03:00
committed by Greyson Parrelli
parent bf156ad7d2
commit ef3c776b4b
5 changed files with 7 additions and 7 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/signal_colorOnSurfaceVariant_16_no_alpha" />
<solid android:color="@color/signal_colorSurfaceVariant_32_no_alpha" />
<stroke android:color="@color/signal_colorBackground" android:width="1dp" />
</shape>