Skip to content

Commit

Permalink
fix: Ignore user settings to chose theme in public context
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Aug 19, 2024
1 parent dc4dcc7 commit 51356a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/browser/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const renderApp = function(appLocale, client, isPublic) {
messages={locales[appLocale].atlaskit}
>
<CozyProvider client={client}>
<CozyTheme>
<CozyTheme ignoreCozySettings={isPublic}>
<IsPublicContext.Provider value={isPublic}>
{!isPublic && (
<SharingProvider
Expand Down

0 comments on commit 51356a6

Please sign in to comment.