Skip to content

Commit 06a3066

Browse files
committed
capacitory.config fix
1 parent a742c5f commit 06a3066

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

capacitor.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { CapacitorConfig } from '@capacitor/cli';
22
import { version } from './package.json'
3-
import brand from './common/src/brand/config.json'
3+
import brand from './common/src/brand/config'
44

55
const config: CapacitorConfig = {
6-
appName: brand.colors.appName,
6+
appName: brand.appName,
77
webDir: 'frontend/build',
8-
backgroundColor: brand.colors.light.primary,
8+
backgroundColor: brand.colors.light.brandSecondary,
99
ios: {
1010
scheme: brand.appName,
1111
},
@@ -15,7 +15,7 @@ const config: CapacitorConfig = {
1515
plugins: {
1616
SplashScreen: {
1717
launchAutoHide: false,
18-
backgroundColor: brand.colors.light.primary,
18+
backgroundColor: brand.colors.light.brandSecondary,
1919
androidScaleType: 'CENTER_CROP',
2020
},
2121
BluetoothLe: {

0 commit comments

Comments
 (0)