@sanity/ui 2.15.15 → 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 +2 -2
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +2 -2
- package/dist/theme.mjs.map +1 -1
- package/package.json +11 -11
- package/src/theme/defaults/colorTokens.ts +2 -2
package/dist/theme.js
CHANGED
|
@@ -2482,12 +2482,12 @@ const defaultColorTokens = {
|
|
|
2482
2482
|
}
|
|
2483
2483
|
},
|
|
2484
2484
|
hovered: {
|
|
2485
|
-
bg: ["50", "
|
|
2485
|
+
bg: ["50", "900"],
|
|
2486
2486
|
fg: ["800", "200"],
|
|
2487
2487
|
icon: ["800 70%", "300 70%"]
|
|
2488
2488
|
},
|
|
2489
2489
|
pressed: {
|
|
2490
|
-
bg: ["100", "
|
|
2490
|
+
bg: ["100", "800"],
|
|
2491
2491
|
fg: ["800", "200"],
|
|
2492
2492
|
icon: ["800 70%", "200 70%"]
|
|
2493
2493
|
},
|