File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ const wrapClasses = computed(() => ({
1616 ' bg-fg/5 dark:bg-fg/10' : props ?.wrap && ! props ?.background ,
1717 ' p-2' : props ?.wrap ,
1818 [iconClasses ]: true ,
19+ ' border border-fg/10 dark:border-fg/15 rounded-2xl' : true ,
1920}))
2021
2122const wrapStyles = computed (() => ({
Original file line number Diff line number Diff line change 22 <ServicePlaceholder v-if =" loadingOverlay" />
33 <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" >
44 <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" >
66 <slot name =" icon" :service =" data" >
77 <ServiceBaseIcon v-if =" icon" v-bind =" icon" />
88 </slot >
You can’t perform that action at this time.
0 commit comments