From 3a5f55c471c6561a48b59db53d60a1825484d693 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 26 Feb 2019 14:28:38 +0900 Subject: [PATCH] Chage default settings --- src/client/app/store.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,