@xsolla/xui-status-dropdown 0.172.2 → 0.173.0

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/native/index.js CHANGED
@@ -1146,7 +1146,11 @@ var StatusDropdown = (0, import_react2.forwardRef)(
1146
1146
  themeMode,
1147
1147
  themeProductContext
1148
1148
  }, ref) => {
1149
- const { theme } = (0, import_xui_core.useResolvedTheme)({ themeMode, themeProductContext });
1149
+ const { theme: rawTheme } = (0, import_xui_core.useResolvedTheme)({
1150
+ themeMode,
1151
+ themeProductContext
1152
+ });
1153
+ const theme = rawTheme;
1150
1154
  const paletteColors = getPaletteColors(palette, theme);
1151
1155
  const contentColor = theme.colors.content.primary;
1152
1156
  const sizeStyles = theme.sizing.tag(size);