Skip to content

Commit 12f55d2

Browse files
committed
chore(ui-pill): sync token
1 parent c98b544 commit 12f55d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-pill/src/Pill/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const generateStyle = (
7373
padding: `0 ${componentTheme.paddingHorizontal}`,
7474
background: componentTheme.backgroundColor,
7575
borderWidth: componentTheme.borderWidth,
76-
borderStyle: componentTheme.borderStyle.style,
76+
borderStyle: componentTheme.borderStyle,
7777
borderRadius: componentTheme.borderRadius,
7878
/* line-height does not account for top/bottom border width */
7979
lineHeight: `calc(${componentTheme.height} - (${componentTheme.borderWidth} * 2))`,

0 commit comments

Comments
 (0)