@shwfed/nuxt 0.1.14 → 0.1.15
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.
package/dist/module.json
CHANGED
|
@@ -409,7 +409,7 @@ function getSortIcon(column) {
|
|
|
409
409
|
<Pagination.ListItem
|
|
410
410
|
v-if="page.type === 'page'"
|
|
411
411
|
:class="[
|
|
412
|
-
'w-7 h-7 flex items-center justify-center border border-zinc-200 rounded text-xs',
|
|
412
|
+
'w-7 h-7 flex items-center justify-center border border-zinc-200 rounded text-xs bg-transparent',
|
|
413
413
|
'data-[selected]:text-[var(--primary)] data-[selected]:border-[var(--primary)] hover:bg-zinc-100 transition cursor-pointer'
|
|
414
414
|
]"
|
|
415
415
|
:value="page.value"
|