Skip to content

Commit

Permalink
chore(settings): enable dark mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Oct 15, 2022
1 parent 2081c42 commit b7bd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/reducers/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { REACT_APP_YOUTUBE_API_KEY } = process.env;
export const defaultSettings = {
defaultView: HomeView.All,
apiKey: REACT_APP_YOUTUBE_API_KEY || '',
darkMode: false,
darkMode: true,
autoPlayVideos: true,
enableNotifications: true,
queryTimeout: QueryTimeout.ThirtySeconds,
Expand Down

0 comments on commit b7bd310

Please sign in to comment.