Skip to content

Commit 3c75b57

Browse files
committed
Set default for rounded()
1 parent e472462 commit 3c75b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class Style extends StandardAnimation {
217217
return this.style('borderColor', color);
218218
}
219219

220-
rounded(radius) {
220+
rounded(radius = '4px') {
221221
return this.style('border-radius', radius);
222222
}
223223

0 commit comments

Comments
 (0)