Fix PWA theme color

This commit is contained in:
root
2022-07-22 18:04:49 +05:30
parent 8b40692289
commit 4a563bf02a
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = {
],
pwa: {
name: 'Piped Material',
themeColor: '#458588',
themeColor: '#efcac3',
msTileColor: '',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',