Skip to content

Commit bc878ba

Browse files
authored
change tag and badge user-select property (#3205)
1 parent 323f1ca commit bc878ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolkit/theme/recipes/badge.recipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const recipe = defineRecipe({
1111
maxWidth: '100%',
1212
whiteSpace: 'nowrap',
1313
fontVariantNumeric: 'normal',
14-
userSelect: 'none',
14+
userSelect: 'text',
1515
_loading: {
1616
borderRadius: 'sm',
1717
},

toolkit/theme/recipes/tag.recipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const recipe = defineSlotRecipe({
88
alignItems: 'center',
99
verticalAlign: 'top',
1010
maxWidth: '100%',
11-
userSelect: 'none',
11+
userSelect: 'text',
1212
borderRadius: 'sm',
1313
focusVisibleRing: 'outside',
1414
_loading: {

0 commit comments

Comments
 (0)