diff --git a/src/client/app/store.ts b/src/client/app/store.ts index a02011734..d25a577da 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -46,11 +46,11 @@ const defaultDeviceSettings = { deckMode: false, deckColumnAlign: 'center', deckColumnWidth: 'normal', - useShadow: true, - roundedCorners: false, + useShadow: false, + roundedCorners: true, reduceMotion: false, autoPopout: false, - darkmode: false, + darkmode: true, darkTheme: 'dark', lightTheme: 'light', lineWidth: 1,