Skip to content

Commit 4a423c5

Browse files
authored
Merge pull request #209 from traPtitech/fix/theme-color-mismatch
PWA におけるテーマカラーを変更
2 parents 2a30838 + 9aa7e4f commit 4a423c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default defineConfig(({ mode }) => {
3434
manifest: {
3535
name: 'rucQ',
3636
short_name: 'rucQ',
37+
theme_color: '#ffffff',
3738
display: 'standalone',
3839
start_url: '/',
3940
scope: '/',

0 commit comments

Comments
 (0)