feat: Add app icon generation, update profile navigation, and refine UI styling for profile action buttons and notification tabs.
This commit is contained in:
@@ -90,7 +90,7 @@ class _ChangePasswordTabState extends ConsumerState<ChangePasswordTab> {
|
||||
const SizedBox(height: 40),
|
||||
ProfileActionButtons(
|
||||
onSave: _changePassword,
|
||||
onCancel: () => context.pop(),
|
||||
onCancel: () => context.go('/home'),
|
||||
isSaving: _isChangingPassword,
|
||||
saveLabel: 'Update Password',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user