profinansy-ui-lib 3.3.23 → 3.3.24
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.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7264,6 +7264,7 @@
|
|
|
7264
7264
|
top: 0;
|
|
7265
7265
|
left: 0;
|
|
7266
7266
|
z-index: 1;
|
|
7267
|
+
background: ${e=>e.theme.background.content};
|
|
7267
7268
|
${e=>{return e.isScrolled&&i.css`
|
|
7268
7269
|
&:after {
|
|
7269
7270
|
content: '';
|
|
@@ -7287,6 +7288,7 @@
|
|
|
7287
7288
|
top: 0;
|
|
7288
7289
|
right: 0;
|
|
7289
7290
|
z-index: 1;
|
|
7291
|
+
background: ${e=>e.theme.background.content};
|
|
7290
7292
|
${e=>{return!e.isScrolledEnd&&i.css`
|
|
7291
7293
|
&:after {
|
|
7292
7294
|
content: '';
|