@expo/styleguide-native 6.1.0 → 6.1.1

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.
@@ -123,7 +123,7 @@ exports.lightTheme = {
123
123
  exports.darkTheme = {
124
124
  background: {
125
125
  default: palette_1.palette.dark.gray1,
126
- screen: palette_1.palette.black,
126
+ screen: '#0C0D0E',
127
127
  subtle: palette_1.palette.dark.gray2,
128
128
  element: palette_1.palette.dark.gray3,
129
129
  hover: palette_1.palette.dark.gray4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/styleguide-native",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Foundational styles for Expo interfaces.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",