@fy-/fws-vue 2.2.71 → 2.2.72

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.
@@ -466,7 +466,7 @@ onMounted(() => {
466
466
  .pagination-current {
467
467
  min-width: 1.5rem;
468
468
  height: 1.5rem;
469
- @apply px-1 py-0.5 text-2xs;
469
+ @apply px-1 py-0.5 text-[10px];
470
470
  }
471
471
 
472
472
  .pagination-nav-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.2.71",
3
+ "version": "2.2.72",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",