We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f1ca commit bc878baCopy full SHA for bc878ba
toolkit/theme/recipes/badge.recipe.ts
@@ -11,7 +11,7 @@ export const recipe = defineRecipe({
11
maxWidth: '100%',
12
whiteSpace: 'nowrap',
13
fontVariantNumeric: 'normal',
14
- userSelect: 'none',
+ userSelect: 'text',
15
_loading: {
16
borderRadius: 'sm',
17
},
toolkit/theme/recipes/tag.recipe.ts
@@ -8,7 +8,7 @@ export const recipe = defineSlotRecipe({
8
alignItems: 'center',
9
verticalAlign: 'top',
10
focusVisibleRing: 'outside',
0 commit comments