Skip to content

Commit

Permalink
Merge pull request #5207 from GeekyAnts/release/3.5.0-alpha.7
Browse files Browse the repository at this point in the history
release 3.5.0-alpha.7
  • Loading branch information
rayan1810 authored Jul 20, 2022
2 parents a66000f + 0a6d307 commit f26b0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier --write"
]
},
"version": "3.5.0-alpha.6",
"version": "3.5.0-alpha.7",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ export const generateBuildTimeMap = (
updateComponentThemeMap(
defaultTheme,
// boot time provider id
1,
'generatedBuildTimeMap',
componentName,
{},
{ platform, colorMode: 'light' },
Expand All @@ -576,7 +576,7 @@ export const generateBuildTimeMap = (
updateComponentThemeMap(
defaultTheme,
// boot time provider id
1,
'generatedBuildTimeMap',
componentName,
{},
{ platform, colorMode: 'dark' },
Expand Down

0 comments on commit f26b0e8

Please sign in to comment.