@superdispatch/ui 0.40.0 → 0.40.2

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.
@@ -3933,9 +3933,6 @@ function overrideToolbar(theme) {
3933
3933
  }
3934
3934
 
3935
3935
  function overrideTooltip(theme) {
3936
- theme.props.MuiTooltip = {
3937
- arrow: true
3938
- };
3939
3936
  theme.overrides.MuiTooltip = {
3940
3937
  tooltip: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
3941
3938
  padding: theme.spacing(1, 1.5),
@@ -3965,7 +3962,7 @@ function overrideTooltip(theme) {
3965
3962
  }
3966
3963
  },
3967
3964
  arrow: {
3968
- color: exports.ColorDynamic.Dark500,
3965
+ color: exports.ColorDynamic.Silver500,
3969
3966
  fontSize: theme.spacing(1)
3970
3967
  }
3971
3968
  };