jclib-ui 1.0.264 → 1.0.266
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/jclib-ui.es.js
CHANGED
|
@@ -5039,7 +5039,7 @@ const Container$6 = styled.div`
|
|
|
5039
5039
|
var(--pn-color-border);
|
|
5040
5040
|
border-left: 6px solid var(--bi-color-detail);
|
|
5041
5041
|
background-color: var(--bi-color-button);
|
|
5042
|
-
color: var(--
|
|
5042
|
+
color: var(--pn-color-font);
|
|
5043
5043
|
font-size: 1.2rem;
|
|
5044
5044
|
font-weight: bold;
|
|
5045
5045
|
padding: 6px 12px;
|
|
@@ -5424,7 +5424,7 @@ const PanelHeader = styled.div`
|
|
|
5424
5424
|
|
|
5425
5425
|
color: var(--pn-color-font);
|
|
5426
5426
|
font-size: 1.2rem;
|
|
5427
|
-
background-color: var(--pn-color);
|
|
5427
|
+
/* background-color: var(--pn-color); */
|
|
5428
5428
|
background: var(--pn-degrade);
|
|
5429
5429
|
border-radius: var(--pn-internal-radius) var(--pn-internal-radius) 0 0;
|
|
5430
5430
|
|