Skip to content

Commit 5c82c85

Browse files
committed
Fix end closing parenthesis
1 parent 0e90d9d commit 5c82c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export class UUIToggleElement extends UUIBooleanInputElement {
127127
128128
#icon-unchecked {
129129
margin-right: -0.5em;
130-
right: calc((var(--uui-toggle-size)) + 1px) * 0.5);
130+
right: calc((var(--uui-toggle-size) + 1px) * 0.5);
131131
color: var(--uui-color-interactive);
132132
}
133133

0 commit comments

Comments
 (0)