@artsy/palette-mobile 14.0.23 → 14.0.24

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.
@@ -9,7 +9,7 @@ const getDefaultVariantStates = (theme) => {
9
9
  labelFontSize: parseInt(THEME.textVariants["sm-display"].fontSize, 10),
10
10
  labelColor: theme.colors.black60,
11
11
  labelTop: EXPANDED_LABEL_TOP,
12
- inputTextColor: theme.colors.white100,
12
+ inputTextColor: theme.colors.black100,
13
13
  },
14
14
  // Unfocused input with value
15
15
  touched: {
@@ -17,7 +17,7 @@ const getDefaultVariantStates = (theme) => {
17
17
  labelFontSize: parseInt(THEME.textVariants.xs.fontSize, 10),
18
18
  labelColor: theme.colors.black60,
19
19
  labelTop: SHRINKED_LABEL_TOP,
20
- inputTextColor: theme.colors.white100,
20
+ inputTextColor: theme.colors.black100,
21
21
  },
22
22
  // Focused input with or without value
23
23
  focused: {
@@ -25,7 +25,7 @@ const getDefaultVariantStates = (theme) => {
25
25
  labelFontSize: parseInt(THEME.textVariants.xs.fontSize, 10),
26
26
  labelColor: theme.colors.blue100,
27
27
  labelTop: SHRINKED_LABEL_TOP,
28
- inputTextColor: theme.colors.white100,
28
+ inputTextColor: theme.colors.black100,
29
29
  },
30
30
  };
31
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "14.0.23",
3
+ "version": "14.0.24",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "RCT_METRO_PORT=8082 react-native run-android --port 8082 --terminal terminal",