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.
1 parent 4e280d1 commit 0c9a781Copy full SHA for 0c9a781
src/components/CardBoxClient.vue
@@ -65,7 +65,7 @@ const pillText = computed(() => props.text ?? `${props.progress}%`)
65
</script>
66
67
<template>
68
- <CardBox class="mb-6 last:mb-0" is-hoverable>
+ <CardBox class="mb-6 last:mb-0">
69
<BaseLevel>
70
<BaseLevel type="justify-start">
71
<UserAvatar class="w-12 h-12 mr-6" :username="name" />
src/components/CardBoxTransaction.vue
@@ -59,7 +59,7 @@ const icon = computed(() => {
59
60
61
62
63
64
<IconRounded :icon="icon.icon" :color="icon.type" class="md:mr-6" />
0 commit comments