use code-inline for badges

This commit is contained in:
pat-s 2024-12-21 22:44:36 +01:00
parent bb118c4873
commit 62a3f0175c
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -1,6 +1,6 @@
<template>
<span
class="inline-block bg-wp-code-100 dark:bg-wp-background-200 px-1.5 py-0.5 rounded-full min-w-5 font-bold text-center text-wp-text-100 text-xs leading-4"
class="bg-wp-code-inline-100 text-wp-text-code-inline-100 inline-block px-1.5 py-0.5 rounded-full min-w-5 font-bold text-center text-xs leading-4"
>
{{ value }}
</span>