Skip to content

Commit 65807a1

Browse files
committed
chore: use border-dashed
1 parent ff15537 commit 65807a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Tag/Static.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const props = withDefaults(
1414
<component
1515
:is="as"
1616
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' }"
17+
:class="{ 'opacity-80 border-dashed': variant === 'ghost' }"
1818
>
1919
<span v-if="classicon" :class="['size-3', classicon]" aria-hidden="true" />
2020
<slot />

0 commit comments

Comments
 (0)