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