@artsy/palette-mobile 17.2.1 → 17.2.2

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.
@@ -138,7 +138,8 @@ const PILL_VARIANTS = {
138
138
  };
139
139
  const defaultColors = {
140
140
  default: "mono100",
141
- selected: "mono0",
141
+ // @ts-expect-error We want to set the color to white here regardless of the theme
142
+ selected: "white",
142
143
  disabled: "mono60",
143
144
  };
144
145
  const TEXT_COLOR = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "17.2.1",
3
+ "version": "17.2.2",
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",