@storybook/react-native-theming 8.6.0-alpha.1 → 8.6.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.
- package/dist/index.js +1 -1
- 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:
|
|
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.
|
|
3
|
+
"version": "8.6.1",
|
|
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": "
|
|
46
|
+
"gitHead": "3408db3fae500345fdf4913d87c7d31330bc8437"
|
|
47
47
|
}
|