Skip to content

Commit 9869a09

Browse files
authored
Merge pull request #3041 from StoDevX/badge-outline-prettier
Prettier changes to badge outline
2 parents 790d4fa + d4d4935 commit 9869a09

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)