@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.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: 8,
3723
- cellRadius: 4,
3722
+ surfaceRadius: radiusScale["50"],
3723
+ cellRadius: radiusScale["100"],
3724
3724
  iconSlotSize: 32,
3725
- iconSlotRadius: 4,
3725
+ iconSlotRadius: radiusScale["50"],
3726
3726
  chevronSize: 24,
3727
3727
  trailingGap: 8,
3728
3728
  textGap: 2,