File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const wrapClasses = computed(() => ({
16
16
' bg-fg/5 dark:bg-fg/10' : props ?.wrap && ! props ?.background ,
17
17
' p-2' : props ?.wrap ,
18
18
[iconClasses ]: true ,
19
+ ' border border-fg/10 dark:border-fg/15 rounded-2xl' : true ,
19
20
}))
20
21
21
22
const wrapStyles = computed (() => ({
Original file line number Diff line number Diff line change 2
2
<ServicePlaceholder v-if =" loadingOverlay" />
3
3
<Component :is =" isLink ? 'a' : 'div'" v-else :href =" link" :target =" target" class =" p-4 flex gap-4 hover:bg-fg/5 dark:hover:bg-fg/9 rounded-2xl transition-all" >
4
4
<div class =" flex-shrink-0 flex" >
5
- <div class =" self-center w-16 h-16 overflow-hidden rounded-2xl border border-fg/10 dark:border-fg/15 " >
5
+ <div class =" self-center w-16 h-16 overflow-hidden" >
6
6
<slot name =" icon" :service =" data" >
7
7
<ServiceBaseIcon v-if =" icon" v-bind =" icon" />
8
8
</slot >
You can’t perform that action at this time.
0 commit comments