@innertia-solutions/nuxt-theme-spark 0.1.98 → 0.1.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,7 @@ const iconColorClass = computed(() => ({
|
|
|
30
30
|
<!-- Page header card -->
|
|
31
31
|
<div v-if="title" class="flex items-center justify-between bg-white dark:bg-slate-800 border border-slate-200 dark:border-slate-700 rounded-2xl shadow-sm px-4 py-3">
|
|
32
32
|
<div class="flex items-center gap-x-4 min-w-0">
|
|
33
|
-
<div v-if="iconComponent" class="shrink-0 size-10 rounded-xl flex items-center justify-center" :class="iconColorClass">
|
|
33
|
+
<div v-if="iconComponent" class="shrink-0 size-10 rounded-xl flex items-center justify-center border border-current/15" :class="iconColorClass">
|
|
34
34
|
<component :is="iconComponent" class="size-5" stroke="1.5" />
|
|
35
35
|
</div>
|
|
36
36
|
<div class="min-w-0">
|