Match meta theme-color with the header color in every theme

This commit is contained in:
Alejandro Celaya
2025-08-13 09:51:02 +02:00
parent aa818430b6
commit bf3caf64bc
2 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ export const manifest: Partial<ManifestOptions> = {
name: 'Shlink Web Client',
start_url: '/',
display: 'standalone',
theme_color: BRAND_COLOR_LM,
background_color: BRAND_COLOR_LM,
theme_color: BRAND_COLOR_LM, // Toolbar color
background_color: BRAND_COLOR_LM, // Splash screen background color
icons: [
{
src: './icons/icon-16x16.png',