Skip to content

Commit ec01370

Browse files
committed
fix: css color definition
1 parent 4ddfd93 commit ec01370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/all/src/list/styles/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
}
2222

2323
.bordered {
24-
--border-color: #{get-color(neutral-100)};
24+
@include define-css-var(divider, border-color, get-color(neutral-100));
2525
}

0 commit comments

Comments
 (0)