@limpiolux/ui-styles 1.1.7 → 1.1.8

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.
Files changed (2) hide show
  1. package/components.css +1 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -885,7 +885,7 @@
885
885
  }
886
886
 
887
887
  .dashboard-ghost-button {
888
- @apply inline-flex items-center justify-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-40;
888
+ @apply inline-flex h-10 items-center justify-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-40;
889
889
  border-color: rgba(39, 39, 42, 0.92);
890
890
  background: rgba(24, 24, 27, 0.5);
891
891
  color: #d4d4d8;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Shared design system \u2026 Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {