@superdispatch/ui 0.50.6 → 0.50.10

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.
@@ -30,7 +30,7 @@ export function overrideTooltip(theme) {
30
30
  }
31
31
  },
32
32
  arrow: {
33
- color: ColorDynamic.Silver500,
33
+ color: ColorDynamic.Dark500,
34
34
  fontSize: theme.spacing(1)
35
35
  }
36
36
  };
package/dist-web/index.js CHANGED
@@ -4211,7 +4211,7 @@ function overrideTooltip(theme) {
4211
4211
  }
4212
4212
  },
4213
4213
  arrow: {
4214
- color: ColorDynamic.Silver500,
4214
+ color: ColorDynamic.Dark500,
4215
4215
  fontSize: theme.spacing(1)
4216
4216
  }
4217
4217
  };