We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98b544 commit 12f55d2Copy full SHA for 12f55d2
packages/ui-pill/src/Pill/styles.ts
@@ -73,7 +73,7 @@ const generateStyle = (
73
padding: `0 ${componentTheme.paddingHorizontal}`,
74
background: componentTheme.backgroundColor,
75
borderWidth: componentTheme.borderWidth,
76
- borderStyle: componentTheme.borderStyle.style,
+ borderStyle: componentTheme.borderStyle,
77
borderRadius: componentTheme.borderRadius,
78
/* line-height does not account for top/bottom border width */
79
lineHeight: `calc(${componentTheme.height} - (${componentTheme.borderWidth} * 2))`,
0 commit comments