Skip to content

Commit 6f6c52f

Browse files
committed
Update index badge vertical alignment
1 parent 71b77b8 commit 6f6c52f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/compass-components/src/components/index-keys-badge.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ import { Variant as BadgeVariant } from '@leafygreen-ui/badge';
77

88
const keyListStyles = css({
99
display: 'inline-flex',
10-
gap: spacing[1],
11-
marginBottom: spacing[2],
12-
padding: `0px ${spacing[6]}px`,
10+
gap: spacing[100],
11+
marginTop: spacing[200],
12+
marginBottom: spacing[200],
13+
paddingLeft: spacing[1600],
14+
paddingRight: spacing[1600],
1315
});
1416

1517
const badgeStyles = css({

0 commit comments

Comments
 (0)