tecitheme 0.11.5 → 0.11.6
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.
|
@@ -218,9 +218,9 @@
|
|
|
218
218
|
|
|
219
219
|
<!-- Desktop Table Headings -->
|
|
220
220
|
<div class="hidden sticky top-16 bg-white sm:flex flex-row space-x-8 w-full z-20 border-b shadow-lg">
|
|
221
|
-
<div class="w-full
|
|
221
|
+
<div class="w-full py-8"></div>
|
|
222
222
|
{#each $selectedTable.columns as column}
|
|
223
|
-
<div class="-mt-px border-b-2 w-full border-transparent
|
|
223
|
+
<div class="-mt-px border-b-2 w-full border-transparent py-8 {column.highlightOption ? getColorStyles("border", data.color) : ""}">
|
|
224
224
|
<h3 class="font-semibold leading-6 text-gray-900 {column.highlightOption ? getColorStyles("text", data.color) : ""}">{column.name}</h3>
|
|
225
225
|
{#if column.description}
|
|
226
226
|
<p class="mt-1 text-sm leading-6 text-gray-600">{@html column.description}</p>
|