Skip to content

Commit f6e81f3

Browse files
fix(components): add default to tag-colors variable (#10344)
* fix(react): add default to tag color variables * chore(components): remove unnecessary space Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7e3e381 commit f6e81f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/tag/_tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,4 +780,4 @@ $tag-colors: (
780780
),
781781
),
782782
),
783-
);
783+
) !default;

0 commit comments

Comments
 (0)