We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790d4fa + d4d4935 commit 9869a09Copy full SHA for 9869a09
modules/badge/outline.js
@@ -32,7 +32,9 @@ export function OutlineBadge({
32
accentColor = c.goldenrod,
33
textColor = 'hsl(26, 49%, 34%)',
34
}: Props) {
35
- const bgaccent = tinycolor(accentColor).setAlpha(0.1).toRgbString()
+ const bgaccent = tinycolor(accentColor)
36
+ .setAlpha(0.1)
37
+ .toRgbString()
38
39
return (
40
<View
0 commit comments