seeder-st2110-components 1.5.8 → 1.5.9
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.js
CHANGED
|
@@ -2038,7 +2038,7 @@ const SystemOperations = _ref => {
|
|
|
2038
2038
|
onRestart,
|
|
2039
2039
|
powerOffLabel = "Power Off",
|
|
2040
2040
|
restartLabel = "Restart",
|
|
2041
|
-
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-
|
|
2041
|
+
iconClassName = "seeder-iconfont seeder-icon-guanji1 text-xl text-neutral-400",
|
|
2042
2042
|
confirmTitle = "Confirm",
|
|
2043
2043
|
cancelText = "No",
|
|
2044
2044
|
okText = "Yes",
|