@dmsi/wedgekit-react 0.0.820 → 0.0.822
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.
|
@@ -1645,6 +1645,7 @@ function PDFViewer(props) {
|
|
|
1645
1645
|
title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
|
|
1646
1646
|
size: isMobile ? "screen" : "large",
|
|
1647
1647
|
headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
|
|
1648
|
+
headerIconClassname: "text-white",
|
|
1648
1649
|
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1649
1650
|
PDFElement,
|
|
1650
1651
|
{
|
|
@@ -116,6 +116,7 @@ function PDFViewer(props) {
|
|
|
116
116
|
title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
|
|
117
117
|
size: isMobile ? "screen" : "large",
|
|
118
118
|
headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
|
|
119
|
+
headerIconClassname: "text-white",
|
|
119
120
|
children: /* @__PURE__ */ jsx(
|
|
120
121
|
PDFElement,
|
|
121
122
|
{
|