seeder-st2110-components 1.5.9 → 1.5.10
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -710,7 +710,7 @@ const useUpgrade = _ref => {
|
|
|
710
710
|
children: /*#__PURE__*/jsx("a", {
|
|
711
711
|
onClick: e => e.preventDefault(),
|
|
712
712
|
children: /*#__PURE__*/jsx("i", {
|
|
713
|
-
className: "seeder-iconfont seeder-icon-liebiao2 text-
|
|
713
|
+
className: "seeder-iconfont seeder-icon-liebiao2 text-xl text-neutral-400"
|
|
714
714
|
})
|
|
715
715
|
})
|
|
716
716
|
}), /*#__PURE__*/jsx("input", {
|