@sanity/ui 2.15.16 → 2.15.18

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