Skip to content

Commit

Permalink
chore(root): Release 2024-11-20 16:23 (#7093)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
2 parents dad52d4 + 9eabc95 commit cd8b93b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/dashboard/src/context/opt-in-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export const OptInProvider = (props: PropsWithChildren) => {
if (isLoaded && status !== NewDashboardOptInStatusEnum.OPTED_IN) {
redirectToLegacyDashboard();
}

// set light theme on the new domain for both legacy and new dashboard
localStorage.setItem('mantine-theme', 'light');
}, [status, redirectToLegacyDashboard, isLoaded]);

return <>{children}</>;
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

--stable: 172 72% 48%;

--alert: 42, 92%, 54%, 1;
--alert: 42 92% 54%;

--verified: 200 100% 64%;

Expand Down

0 comments on commit cd8b93b

Please sign in to comment.