@umituz/react-native-design-system 4.23.118 → 4.23.120

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-design-system",
3
- "version": "4.23.118",
3
+ "version": "4.23.120",
4
4
  "description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive, safe area, exception, infinite scroll, UUID, image, timezone, offline, onboarding, and loading utilities",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -112,7 +112,8 @@ export const OnboardingScreen = ({
112
112
  iconBg: tokens.colors.surfaceSecondary,
113
113
  iconBorder: tokens.colors.borderLight,
114
114
  errorColor: tokens.colors.error,
115
- featureItemBg: tokens.colors.surfaceSecondary,
115
+ // Use surfaceVariant for better contrast with textPrimary in both light/dark modes
116
+ featureItemBg: tokens.colors.surfaceVariant,
116
117
  },
117
118
  [providedThemeColors, tokens]
118
119
  );