@sanity/ui 2.0.0-alpha.32 → 2.0.0-alpha.33
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.esm.js +3 -3
- package/dist/theme.esm.js.map +1 -1
- package/dist/theme.js +3 -3
- package/dist/theme.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/themes/studio/config.ts +3 -3
package/dist/theme.js
CHANGED
|
@@ -3816,10 +3816,10 @@ const config = {
|
|
|
3816
3816
|
size: 19
|
|
3817
3817
|
}, {
|
|
3818
3818
|
distance: -6,
|
|
3819
|
-
size:
|
|
3819
|
+
size: 25
|
|
3820
3820
|
}, {
|
|
3821
3821
|
distance: -9,
|
|
3822
|
-
size:
|
|
3822
|
+
size: 35
|
|
3823
3823
|
}],
|
|
3824
3824
|
focusRing: {
|
|
3825
3825
|
offset: 0,
|
|
@@ -3833,7 +3833,7 @@ const config = {
|
|
|
3833
3833
|
},
|
|
3834
3834
|
focusRing: {
|
|
3835
3835
|
offset: -1,
|
|
3836
|
-
width:
|
|
3836
|
+
width: 1
|
|
3837
3837
|
}
|
|
3838
3838
|
},
|
|
3839
3839
|
card: {
|