@storybook/react-native-theming 8.6.0-alpha.0 → 8.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1941,7 +1941,7 @@ var dark = {
1941
1941
  textInverseColor: "#222425",
1942
1942
  textMutedColor: "#798186",
1943
1943
  // Toolbar default and active colors
1944
- barTextColor: "#798186",
1944
+ barTextColor: color.mediumdark,
1945
1945
  barHoverColor: color.secondary,
1946
1946
  barSelectedColor: color.secondary,
1947
1947
  barBg: "#292C2E",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-native-theming",
3
- "version": "8.6.0-alpha.0",
3
+ "version": "8.6.0",
4
4
  "description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
5
5
  "keywords": [
6
6
  "react",
@@ -43,5 +43,5 @@
43
43
  "dist/**/*",
44
44
  "README.md"
45
45
  ],
46
- "gitHead": "6a87785e97473df94a385971acf26c7893d0a7dd"
46
+ "gitHead": "23004d69048668038ea30357de2e4e4af99091b6"
47
47
  }