diff --git a/components/brave_new_tab_ui/storage.ts b/components/brave_new_tab_ui/storage.ts index 49c9c7d05977..e2c0b3792471 100644 --- a/components/brave_new_tab_ui/storage.ts +++ b/components/brave_new_tab_ui/storage.ts @@ -10,7 +10,7 @@ import { debounce } from '../common/debounce' const keyName = 'new-tab-data' const defaultState: NewTab.State = { - showBackgroundImage: false, + showBackgroundImage: true, showSettings: false, topSites: [], ignoredTopSites: [],