This commit is contained in:
Viet An
2026-07-01 16:54:21 +07:00
parent c2c695cbe4
commit 8d620b8bce
16 changed files with 155 additions and 157 deletions

View File

@@ -18,12 +18,9 @@ const props = defineProps({
<span class="fs-13 has-text-grey">{{ unit }}</span>
</div>
</div>
<div
:class="['p-3 is-flex', `has-background-${color}-soft`]"
style="border-radius: 8px"
>
<div :class="['p-3 is-flex rounded-lg', `has-background-${color}-soft`]">
<Icon
:name="icon"
:name="icon || 'svg-spinners:180-ring-with-bg'"
:size="26"
:class="`has-text-${color}-40`"
/>