@team_yumi/ramen 1.2.3-next.20240617-5b6c3df-d0b62f575f075fb371866f5173cb69ac → 1.2.3-next.20240627-3c14bb8-d386da14a0844644f7a1af244344c70b
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/index.css +4 -0
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/components/mobile/x-footer/root.d.ts +1 -0
package/index.css
CHANGED
|
@@ -3791,6 +3791,10 @@ body {
|
|
|
3791
3791
|
background-color: transparent;
|
|
3792
3792
|
}
|
|
3793
3793
|
|
|
3794
|
+
.root-module_xfooter--shadow__YwU5t {
|
|
3795
|
+
background-color: var(--color-neutral-lightest);
|
|
3796
|
+
box-shadow: var(--shadow-up-m);
|
|
3797
|
+
}
|
|
3794
3798
|
.root-module_x-modal__bOyFq {
|
|
3795
3799
|
position: fixed;
|
|
3796
3800
|
top: 0px;
|