From 644d1d3d4a5df396791e0e904d14051dc0b93466 Mon Sep 17 00:00:00 2001 From: Rachid L Date: Tue, 19 Dec 2023 15:43:47 +0100 Subject: [PATCH] fix: add margin left to people badge Add Margin-left: 12px, spacing.ml3, to the peopleBadgestyle --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index a24d7ffdf869..33accd7d6959 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -2900,6 +2900,7 @@ const styles = (theme: ThemeColors) => peopleBadge: { backgroundColor: theme.icon, ...spacing.ph3, + ...spacing.ml3, }, peopleBadgeText: {