@xsolla/xui-core 0.170.2 → 0.170.3
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/index.d.mts +6 -6
- package/index.d.ts +6 -6
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3719,10 +3719,10 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
|
|
|
3719
3719
|
triggerPadding: 16,
|
|
3720
3720
|
triggerGap: 12,
|
|
3721
3721
|
triggerMinHeight: 56,
|
|
3722
|
-
surfaceRadius:
|
|
3723
|
-
cellRadius:
|
|
3722
|
+
surfaceRadius: radiusScale["50"],
|
|
3723
|
+
cellRadius: radiusScale["100"],
|
|
3724
3724
|
iconSlotSize: 32,
|
|
3725
|
-
iconSlotRadius:
|
|
3725
|
+
iconSlotRadius: radiusScale["50"],
|
|
3726
3726
|
chevronSize: 24,
|
|
3727
3727
|
trailingGap: 8,
|
|
3728
3728
|
textGap: 2,
|