Skip to content

Commit

Permalink
Set the default color for PWA manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroFrame committed Dec 5, 2023
1 parent f6dc161 commit 77e2bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const vitePWA = VitePWA({
manifest: {
name: "UKD Schedule",
short_name: "UKD Schedule",
theme_color: "#a61b34",
background_color: "#730909",
display: "standalone",
orientation: "portrait",
Expand Down

0 comments on commit 77e2bfa

Please sign in to comment.