feat: update passwords tool UI, fix layout issues, and set PWA theme color

This commit is contained in:
2026-02-27 00:31:26 +00:00
parent 7c4f1b20b3
commit c8a009dda1
6 changed files with 196 additions and 40 deletions

View File

@@ -14,7 +14,7 @@ export default defineConfig({
name: 'Tools App',
short_name: 'Tools',
description: 'A collection of useful tools',
theme_color: '#242424',
theme_color: '#4facfe',
background_color: '#242424',
display: 'standalone',
orientation: 'portrait',