From 28c9db1ba3e15777a25ade367fbf57c35705bf12 Mon Sep 17 00:00:00 2001 From: FireFistisDead Date: Mon, 1 Sep 2025 21:11:18 +0530 Subject: [PATCH] made UI changes in the settings page --- src/screens/user-settings/SettingsScreen.tsx | 210 +++++++++++++------ 1 file changed, 147 insertions(+), 63 deletions(-) diff --git a/src/screens/user-settings/SettingsScreen.tsx b/src/screens/user-settings/SettingsScreen.tsx index a2779e4..d5c7147 100644 --- a/src/screens/user-settings/SettingsScreen.tsx +++ b/src/screens/user-settings/SettingsScreen.tsx @@ -236,16 +236,18 @@ const SettingsScreen: React.FC = () => { const renderSettings = () => ( {/* Header */} - - - Settings + + + + Settings + {/* Current Register Info */} - + Current Register {registerInfo.name} {registerInfo.totalCards} subjects @@ -307,7 +309,7 @@ const SettingsScreen: React.FC = () => { {/* Notifications & Alerts Section */} - + Notifications & Alerts Select Schedules for Alerts @@ -327,26 +329,31 @@ const SettingsScreen: React.FC = () => { searchInputStyle={{ color: '#e23939ff' }} submitButtonColor="#4CAF50" submitButtonText="Apply" - styleMainWrapper={{ backgroundColor: '#27272A', borderRadius: 12, padding: 10 }} + styleMainWrapper={{ backgroundColor: 'transparent', borderWidth: 0, padding: 0, marginVertical: 10 }} /> - - Notify Before: {localLeadTime} minute{localLeadTime !== 1 ? 's' : ''} - - -