@sanity/ui 2.8.13 → 2.8.14

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
@@ -1747,7 +1747,7 @@ const defaultColorTokens = {
1747
1747
  "*": {
1748
1748
  _blend: ["multiply", "screen"],
1749
1749
  bg: ["white", "black"],
1750
- border: ["200", "800"],
1750
+ border: ["200", "700"],
1751
1751
  fg: ["black", "200"],
1752
1752
  muted: {
1753
1753
  bg: ["50", "950"]
@@ -1763,6 +1763,7 @@ const defaultColorTokens = {
1763
1763
  fg: ["800", "200"]
1764
1764
  },
1765
1765
  disabled: {
1766
+ bg: ["50", "950"],
1766
1767
  fg: ["400", "600"],
1767
1768
  border: ["100", "900"],
1768
1769
  placeholder: ["200", "800 50%"]