File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/app/components/content Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ const { data: ast } = await useAsyncData(`component-code-${name}-${hash({ props:
345345 variant =" soft"
346346 class =" rounded-sm rounded-l-none min-w-12"
347347 :class =" [option.name.toLowerCase().endsWith('color') && 'pl-6']"
348- :ui =" { itemLeadingChip: 'size -2' }"
348+ :ui =" { itemLeadingChip: 'w -2' }"
349349 @update:model-value =" setComponentProp(option.name, $event)"
350350 >
351351 <template v-if =" option .name .toLowerCase ().endsWith (' color' )" #leading =" { modelValue , ui } " >
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ const urlSearchParams = computed(() => {
179179 class =" rounded-sm rounded-l-none min-w-12"
180180 :multiple =" option.multiple"
181181 :class =" [option.name.toLowerCase().endsWith('color') && 'pl-6']"
182- :ui =" { itemLeadingChip: 'size -2' }"
182+ :ui =" { itemLeadingChip: 'w -2' }"
183183 @update:model-value =" set(optionsValues, option.name, $event)"
184184 >
185185 <template v-if =" option .name .toLowerCase ().endsWith (' color' )" #leading =" { modelValue , ui } " >
You can’t perform that action at this time.
0 commit comments