Replace letter icons with Lucide PWA icons

This commit is contained in:
jtricerolph 2026-07-11 20:30:13 +00:00
parent e9f1d4fdea
commit df3aec7bc5
3 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,8 @@ export default defineConfig({
start_url: '/reports/',
scope: '/reports/',
display: 'standalone',
theme_color: '#374151',
background_color: '#374151',
theme_color: '#1d4ed8',
background_color: '#1d4ed8',
icons: [
{ src: '/reports/icons/icon-192.png', sizes: '192x192', type: 'image/png' },
{ src: '/reports/icons/icon-512.png', sizes: '512x512', type: 'image/png' },