dolphin-weex-ui 2.0.0 → 2.0.1

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.
@@ -19475,20 +19475,20 @@ exports.default = {
19475
19475
 
19476
19476
  if (iconSize === 'max') {
19477
19477
  return {
19478
- width: '96px',
19479
- height: '96px',
19478
+ width: '112px',
19479
+ height: '112px',
19480
19480
  borderRadius: '48px',
19481
- marginTop: '32px',
19482
- marginBottom: '32px',
19481
+ marginTop: '16px',
19482
+ marginBottom: '16px',
19483
19483
  backgroundColor: iconColor ? iconColor : 'transparent'
19484
19484
  };
19485
19485
  } else if (iconSize === 'medium') {
19486
19486
  return {
19487
- width: '64px',
19488
- height: '64px',
19487
+ width: '76px',
19488
+ height: '76px',
19489
19489
  borderRadius: '32px',
19490
- marginTop: '52px',
19491
- marginBottom: '52px',
19490
+ marginTop: '40px',
19491
+ marginBottom: '40px',
19492
19492
  backgroundColor: iconColor ? iconColor : 'transparent'
19493
19493
  };
19494
19494
  } else if (iconSize === 'min') {