File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { CapacitorConfig } from '@capacitor/cli' ;
22import { version } from './package.json'
3- import brand from './common/src/brand/config.json '
3+ import brand from './common/src/brand/config'
44
55const 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 : {
You can’t perform that action at this time.
0 commit comments