Skip to content

Commit d4d4935

Browse files
authored
prettier changes to badge outline
1 parent ca996b8 commit d4d4935

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/badge/outline.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export function OutlineBadge({
3232
accentColor = c.goldenrod,
3333
textColor = 'hsl(26, 49%, 34%)',
3434
}: Props) {
35-
const bgaccent = tinycolor(accentColor).setAlpha(0.1).toRgbString()
35+
const bgaccent = tinycolor(accentColor)
36+
.setAlpha(0.1)
37+
.toRgbString()
3638

3739
return (
3840
<View

0 commit comments

Comments
 (0)