changes
This commit is contained in:
@@ -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`"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user