Skip to content

Commit

Permalink
fix(rrp-web): fix theme selector
Browse files Browse the repository at this point in the history
  • Loading branch information
nazo6 committed Aug 23, 2024
1 parent 5a06853 commit 15ab9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrp-web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function Providers() {
: theme;

useEffect(() => {
localStorage.setItem("theme", themeResolved);
localStorage.setItem("theme", theme);
}, [theme]);

useEffect(() => {
Expand Down

0 comments on commit 15ab9bd

Please sign in to comment.