seeder-st2110-components 1.1.6 → 1.1.7

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 CHANGED
@@ -2557,7 +2557,12 @@ const NetworkSettingsModal = _ref2 => {
2557
2557
  styles: {
2558
2558
  body: {
2559
2559
  padding: "16px 24px 8px 24px"
2560
- }
2560
+ },
2561
+ ...(restartRemark !== null && {
2562
+ footer: {
2563
+ paddingBottom: 28
2564
+ }
2565
+ })
2561
2566
  },
2562
2567
  ...modalProps
2563
2568
  };