Skip to content

Commit

Permalink
docs: optimize pwa theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 committed Sep 11, 2024
1 parent 4b1365c commit 780389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default withPwa(defineConfig({
manifest: {
name: "Promptulate",
short_name: "promptulate",
theme_color: "#35155D",
theme_color: "#2b2a27",
background_color: "#ffffff",
display: "standalone",
orientation: "portrait",
Expand Down

0 comments on commit 780389b

Please sign in to comment.