diff --git a/library/ui-styles/src/main/res/values/dimens.xml b/library/ui-styles/src/main/res/values/dimens.xml
index 657e378b2a..91c6fc5b0f 100644
--- a/library/ui-styles/src/main/res/values/dimens.xml
+++ b/library/ui-styles/src/main/res/values/dimens.xml
@@ -18,9 +18,10 @@
- 0.75
- 20sp
- 26sp
- 4dp
+ 1sp
+ 16sp
+ 18sp
+ 3dp
128dp
88dp
diff --git a/vector/src/main/res/xml/pill_view.xml b/vector/src/main/res/xml/pill_view.xml
index f51c9305b8..068f92b23b 100644
--- a/vector/src/main/res/xml/pill_view.xml
+++ b/vector/src/main/res/xml/pill_view.xml
@@ -3,4 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/Widget.MaterialComponents.Chip.Entry"
android:checkable="false"
- app:closeIcon="@null" />
\ No newline at end of file
+ app:chipStartPadding="0dp"
+ app:chipEndPadding="4dp"
+ app:iconStartPadding="@dimen/pill_avatar_padding"
+ app:closeIcon="@null" />