We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
border-dashed
1 parent ff15537 commit 65807a1Copy full SHA for 65807a1
1 file changed
app/components/Tag/Static.vue
@@ -14,7 +14,7 @@ const props = withDefaults(
14
<component
15
:is="as"
16
class="bg-bg-muted text-fg-muted inline-flex gap-x-1 items-center justify-center font-mono border border-gray-400 dark:border-gray-500 rounded-md text-xs px-2 py-0.5"
17
- :class="{ 'opacity-80 border-style-dashed': variant === 'ghost' }"
+ :class="{ 'opacity-80 border-dashed': variant === 'ghost' }"
18
>
19
<span v-if="classicon" :class="['size-3', classicon]" aria-hidden="true" />
20
<slot />
0 commit comments