From c90fad268a510da91d79b8aec9d55153ec7cc162 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 12:12:12 +0200 Subject: [PATCH] style: improve PWA install section styling in settings - Add section-title class to heading to match other settings sections - Replace gradient button with standard zap-preset-btn styling - Remove inline styles and JavaScript hover effects - Consistent with app's design system and theme colors --- src/components/Settings/PWASettings.tsx | 34 +++++-------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 20baeb5b..2ebfabb8 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -16,7 +16,7 @@ const PWASettings: React.FC = () => { if (isInstalled) { return (
-

Progressive Web App

+

Progressive Web App

@@ -36,41 +36,19 @@ const PWASettings: React.FC = () => { return (
-

Progressive Web App

-
+

Progressive Web App

+
Install Boris as an app
-

+

Install Boris on your device for a native app experience with offline support.