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
JF-Cozy committed Aug 12, 2024
1 parent d8a5fcd commit 0934c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BarComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const BarComponent = ({
wrapperElement={wrapperElement}
setWrapperElement={setWrapperElement}
>
<CozyTheme variant={themeVariant}>
<CozyTheme variant={themeVariant} ignoreCozySettings={options.isPublic}>
{disableInternalStore ? (
<Bar
{...options}
Expand Down

0 comments on commit 0934c7d

Please sign in to comment.