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