Skip to content

Commit

Permalink
fix: force light theme default
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Aug 8, 2024
1 parent e6c5569 commit 5d2f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { augmentDocumentWithEmotionCache, withAppEmotionCache } =
createEmotionSsrAdvancedApproach({ key: 'css' });

const { withDsfr, dsfrDocumentApi } = createNextDsfrIntegrationApi({
defaultColorScheme: 'system',
defaultColorScheme: 'light',
Link
});

Expand Down

0 comments on commit 5d2f2be

Please sign in to comment.