@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.
- package/components.css +1 -1
- 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;
|