Skip to content

Commit e7acec1

Browse files
style(reaction): make reactions background rounded instead of pill-styled
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 44c84dd commit e7acec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/drawable/reaction_self_background.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
android:right="1dp"
2020
android:top="1dp" />
2121

22-
<corners android:radius="15dp" />
22+
<corners android:radius="8dp" />
2323
</shape>

0 commit comments

Comments
 (0)