Skip to content

Commit fd1c239

Browse files
committed
chore(styler): fix indentation
1 parent 9ae765a commit fd1c239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorators/styler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function generateStyle(uuid, colors, padding = DEFAULT_PADDING) {
2121
color: ${textColor};
2222
background: ${backgroundColor};
2323
border: 1px solid ${borderColor};
24-
padding: ${padding};
24+
padding: ${padding};
2525
}
2626
2727
.${uuid}.place-top {

0 commit comments

Comments
 (0)