Skip to content

Commit 0c9a781

Browse files
committed
rem: is-hoverable
1 parent 4e280d1 commit 0c9a781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/CardBoxClient.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const pillText = computed(() => props.text ?? `${props.progress}%`)
6565
</script>
6666
6767
<template>
68-
<CardBox class="mb-6 last:mb-0" is-hoverable>
68+
<CardBox class="mb-6 last:mb-0">
6969
<BaseLevel>
7070
<BaseLevel type="justify-start">
7171
<UserAvatar class="w-12 h-12 mr-6" :username="name" />

src/components/CardBoxTransaction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const icon = computed(() => {
5959
</script>
6060

6161
<template>
62-
<CardBox class="mb-6 last:mb-0" is-hoverable>
62+
<CardBox class="mb-6 last:mb-0">
6363
<BaseLevel>
6464
<BaseLevel type="justify-start">
6565
<IconRounded :icon="icon.icon" :color="icon.type" class="md:mr-6" />

0 commit comments

Comments
 (0)