@nar-bus/lena-ui-shared 1.3.1 → 1.3.2
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/index.d.ts +2 -2
- package/dist/index.js +20 -12
- package/dist/index.js.map +1 -1
- package/dist/theme.css +3 -1
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -578,7 +578,8 @@
|
|
|
578
578
|
--toolbar-input-border: oklch(0.67 0.02 260 / 0.3);
|
|
579
579
|
--toolbar-hover-bg: oklch(1 0 0 / 0.1);
|
|
580
580
|
--toolbar-hover-text: oklch(1 0 0);
|
|
581
|
-
--toolbar-padding: 0.
|
|
581
|
+
--toolbar-padding: 0.25rem 0.75rem;
|
|
582
|
+
--toolbar-min-height: 2.5rem;
|
|
582
583
|
}
|
|
583
584
|
|
|
584
585
|
/* Dark/Navy toolbar */
|
|
@@ -634,6 +635,7 @@
|
|
|
634
635
|
border-bottom-color: var(--toolbar-border);
|
|
635
636
|
color: var(--toolbar-text);
|
|
636
637
|
padding: var(--toolbar-padding);
|
|
638
|
+
min-height: var(--toolbar-min-height);
|
|
637
639
|
}
|
|
638
640
|
|
|
639
641
|
.datatable-dark-toolbar [data-slot="datatable-toolbar"] [data-slot="input"],
|