Skip to content

Commit b9650af

Browse files
authored
Update vitePwaManifest.ts
1 parent 24bbc91 commit b9650af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vitePwaManifest.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ export const vitePwaManifest: Partial<ManifestOptions> = {
122122
display: 'standalone',
123123
start_url: '/timetable',
124124
description: 'Приложение с сервисами для студентов и сотрудников физического факультета МГУ',
125-
theme_color: '#00004b',
126-
background_color: '#00004b',
125+
theme_color: '#471c78',
126+
background_color: '#471c78',
127127
lang: 'ru',
128128
scope: process.env.BASE_URL,
129129
};
130+

0 commit comments

Comments
 (0)