From acfd4723b4d610b5c9572326b9ef643af2fbd3ae Mon Sep 17 00:00:00 2001 From: Yizack Rangel Date: Wed, 7 Aug 2024 12:33:31 -0500 Subject: [PATCH] chore: primary color as theme color --- .config/nuxt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nuxt.ts b/.config/nuxt.ts index 2bd9437..f55c775 100644 --- a/.config/nuxt.ts +++ b/.config/nuxt.ts @@ -32,7 +32,7 @@ export default defineNuxtConfig({ { name: "apple-mobile-web-app-title", content: SITE.name }, { name: "application-name", content: SITE.name }, { name: "msapplication-TileColor", content: "#ffffff" }, - { name: "theme-color", content: "#ffffff" }, + { name: "theme-color", content: "#c25050" }, { name: "apple-mobile-web-app-capable", content: SITE.name } ] }