@nation-a/ui 0.16.11 → 0.16.13
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +4 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -788,7 +788,7 @@ const ud = At({
|
|
|
788
788
|
color: "whiteAlpha",
|
|
789
789
|
css: {
|
|
790
790
|
background: "background.static.whiteAlpha.default",
|
|
791
|
-
color: "content.
|
|
791
|
+
color: "content.static.black.default",
|
|
792
792
|
_hover: { background: "background.static.whiteAlpha.selected" }
|
|
793
793
|
}
|
|
794
794
|
},
|
|
@@ -8333,7 +8333,7 @@ const Dl = ({ toastOptions: t, ...e }) => /* @__PURE__ */ y(
|
|
|
8333
8333
|
boxShadow: "none",
|
|
8334
8334
|
padding: 0,
|
|
8335
8335
|
margin: 0,
|
|
8336
|
-
width: "
|
|
8336
|
+
width: "fit-content"
|
|
8337
8337
|
},
|
|
8338
8338
|
...t
|
|
8339
8339
|
},
|