We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58b612 commit 71b6acbCopy full SHA for 71b6acb
packages/uui-divider/lib/uui-divider.element.ts
@@ -45,7 +45,7 @@ export class UUIDividerElement extends LitElement {
45
:host([vertical]) {
46
display: inline-block;
47
height: 100%;
48
- border-left: solid var(--uui-divider-border-width, 1px)
+ border-left: solid var(--uui-divider-width, 1px)
49
var(--uui-divider-color, var(--uui-color-border));
50
margin: 0 var(--uui-divider-spacing);
51
}
0 commit comments