diff --git a/driver-pwa/frontend/index.html b/driver-pwa/frontend/index.html index 175446b..bdd67ec 100644 --- a/driver-pwa/frontend/index.html +++ b/driver-pwa/frontend/index.html @@ -3,7 +3,7 @@
- + diff --git a/driver-pwa/frontend/public/manifest.webmanifest b/driver-pwa/frontend/public/manifest.webmanifest index 39e027a..bf6dde8 100644 --- a/driver-pwa/frontend/public/manifest.webmanifest +++ b/driver-pwa/frontend/public/manifest.webmanifest @@ -4,8 +4,8 @@ "start_url": "/", "display": "standalone", "orientation": "portrait", - "background_color": "#F3EEE3", - "theme_color": "#F3EEE3", + "background_color": "#EEF1F5", + "theme_color": "#EEF1F5", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } diff --git a/driver-pwa/frontend/src/components/DriverPicker.tsx b/driver-pwa/frontend/src/components/DriverPicker.tsx index 8804293..03001fe 100644 --- a/driver-pwa/frontend/src/components/DriverPicker.tsx +++ b/driver-pwa/frontend/src/components/DriverPicker.tsx @@ -46,7 +46,7 @@ export function DriverPicker({ onPicked }: { onPicked: (d: DriverBrief) => void return (