Skip to content

Commit 2979b47

Browse files
committed
fix: build issue
1 parent 2219faf commit 2979b47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react/src/tag/style/_index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use '../../style/variables' as *;
22

3-
$tag-preset-colors: magenta, red, volcano, orange, gold, lime, green, cyan, blue, geekblue, purple;
3+
$tag-preset-colors: 'magenta', 'red', 'volcano', 'orange', 'gold', 'lime', 'green', 'cyan', 'blue',
4+
'geekblue', 'purple';
45
$tag-status-colors: success, info, warning, danger;
56

67
.#{$prefix}-tag {

0 commit comments

Comments
 (0)