@tempots/beatui 0.30.0 → 0.30.1
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/beatui.css +1 -1
- package/dist/beatui.tailwind.css +1 -1
- package/package.json +1 -1
package/dist/beatui.css
CHANGED
|
@@ -6622,7 +6622,7 @@ span.bc-sidebar-link {
|
|
|
6622
6622
|
background-color: var(--color-white);
|
|
6623
6623
|
border-radius: 0 0 var(--radius-popover, var(--radius-md))
|
|
6624
6624
|
var(--radius-popover, var(--radius-md));
|
|
6625
|
-
|
|
6625
|
+
height: 100%;
|
|
6626
6626
|
}
|
|
6627
6627
|
|
|
6628
6628
|
.bc-tabs--vertical .bc-tabs__panel {
|
package/dist/beatui.tailwind.css
CHANGED
|
@@ -6297,7 +6297,7 @@ span.bc-sidebar-link {
|
|
|
6297
6297
|
background-color: var(--color-white);
|
|
6298
6298
|
border-radius: 0 0 var(--radius-popover, var(--radius-md))
|
|
6299
6299
|
var(--radius-popover, var(--radius-md));
|
|
6300
|
-
|
|
6300
|
+
height: 100%;
|
|
6301
6301
|
}
|
|
6302
6302
|
|
|
6303
6303
|
.bc-tabs--vertical .bc-tabs__panel {
|