@sanity/ui 2.15.16 → 2.15.17

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/theme.js CHANGED
@@ -2482,12 +2482,12 @@ const defaultColorTokens = {
2482
2482
  }
2483
2483
  },
2484
2484
  hovered: {
2485
- bg: ["50", "950"],
2485
+ bg: ["50", "900"],
2486
2486
  fg: ["800", "200"],
2487
2487
  icon: ["800 70%", "300 70%"]
2488
2488
  },
2489
2489
  pressed: {
2490
- bg: ["100", "900"],
2490
+ bg: ["100", "800"],
2491
2491
  fg: ["800", "200"],
2492
2492
  icon: ["800 70%", "200 70%"]
2493
2493
  },