style(reaction): make reactions background rounded instead of pill-styled

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2025-01-16 14:06:23 +01:00
parent 383546eb97
commit 9e7996b766
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -19,5 +19,5 @@
android:right="1dp"
android:top="1dp" />
<corners android:radius="15dp" />
<corners android:radius="8dp" />
</shape>