@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.
@@ -1,9 +1,6 @@
1
1
  import _objectSpread from "@babel/runtime/helpers/objectSpread2";
2
2
  import { ColorDynamic } from "../theme/Color.js";
3
3
  export function overrideTooltip(theme) {
4
- theme.props.MuiTooltip = {
5
- arrow: true
6
- };
7
4
  theme.overrides.MuiTooltip = {
8
5
  tooltip: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
9
6
  padding: theme.spacing(1, 1.5),
@@ -33,7 +30,7 @@ export function overrideTooltip(theme) {
33
30
  }
34
31
  },
35
32
  arrow: {
36
- color: ColorDynamic.Dark500,
33
+ color: ColorDynamic.Silver500,
37
34
  fontSize: theme.spacing(1)
38
35
  }
39
36
  };
package/dist-web/index.js CHANGED
@@ -3931,9 +3931,6 @@ function overrideToolbar(theme) {
3931
3931
  }
3932
3932
 
3933
3933
  function overrideTooltip(theme) {
3934
- theme.props.MuiTooltip = {
3935
- arrow: true
3936
- };
3937
3934
  theme.overrides.MuiTooltip = {
3938
3935
  tooltip: _objectSpread(_objectSpread({}, theme.typography.body2), {}, {
3939
3936
  padding: theme.spacing(1, 1.5),
@@ -3963,7 +3960,7 @@ function overrideTooltip(theme) {
3963
3960
  }
3964
3961
  },
3965
3962
  arrow: {
3966
- color: ColorDynamic.Dark500,
3963
+ color: ColorDynamic.Silver500,
3967
3964
  fontSize: theme.spacing(1)
3968
3965
  }
3969
3966
  };