Skip to content

Commit 69f18c7

Browse files
committed
checkbox must standout more clearly
1 parent 526f34d commit 69f18c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class UUICheckboxElement extends UUIBooleanInputElement {
5151
var(--uui-color-surface)
5252
);
5353
border: 1px solid
54-
var(--uui-checkbox-border-color, var(--uui-color-border));
54+
var(--uui-checkbox-border-color, var(--uui-color-border-standalone));
5555
font-size: calc(var(--uui-checkbox-size) * 0.7);
5656
}
5757
label:hover input:not([disabled]) + #ticker {

0 commit comments

Comments
 (0)