Skip to content

Commit 71b6acb

Browse files
committed
Update CSS prop
1 parent c58b612 commit 71b6acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-divider/lib/uui-divider.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class UUIDividerElement extends LitElement {
4545
:host([vertical]) {
4646
display: inline-block;
4747
height: 100%;
48-
border-left: solid var(--uui-divider-border-width, 1px)
48+
border-left: solid var(--uui-divider-width, 1px)
4949
var(--uui-divider-color, var(--uui-color-border));
5050
margin: 0 var(--uui-divider-spacing);
5151
}

0 commit comments

Comments
 (0)