Skip to content

Commit

Permalink
feat: set correct default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed Jun 20, 2024
1 parent cf8b211 commit b453603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/Store.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import stakingPoolv2Abi from "../abis/stakingPoolV2";

export const useCurrentTheme = create(
(set) => ({
currentTheme: 'dark',
currentTheme: 'deluxe-dark',
setCurrentTheme: (currentTheme) => set(() => ({ currentTheme: currentTheme })),
})
);
Expand Down

0 comments on commit b453603

Please sign in to comment.