diff --git a/src/screens/user-settings/SettingsScreen.tsx b/src/screens/user-settings/SettingsScreen.tsx index 52ec35f..9ece305 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' : ''} - - -