Skip to content

Commit

Permalink
refactor(user): Perfect clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
marwan2232004 committed Nov 4, 2024
1 parent 988f718 commit f792162
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file added assets/tgs/emailCheckInbox.tgs
Binary file not shown.
Binary file added assets/tgs/mailBox.tgs
Binary file not shown.
10 changes: 5 additions & 5 deletions lib/features/auth/view/screens/verification_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,16 @@ class _VerificationScreen extends ConsumerState<VerificationScreen> {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
const LottieViewer(
path: 'assets/json/mail.json',
width: 200,
height: 200,
path: 'assets/tgs/emailCheckInbox.tgs',
width: 120,
height: 120,
),
const TitleElement(
name: 'Check Your Email',
color: Palette.primaryText,
fontSize: 20,
fontSize: 18,
fontWeight: FontWeight.bold,
padding: EdgeInsets.only(bottom: 10),
padding: EdgeInsets.only(bottom: 10, top: 15),
),
TitleElement(
name:
Expand Down
4 changes: 2 additions & 2 deletions lib/features/user/view/screens/change_email_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ class _ChangeEmailScreenState extends ConsumerState<ChangeEmailScreen>
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
const LottieViewer(
path: 'assets/json/mailBox.json', width: 200, height: 200),
path: 'assets/tgs/mailBox.tgs', width: 120, height: 120),
const TitleElement(
name: 'Enter New Email',
color: Palette.primaryText,
fontSize: 18,
fontWeight: FontWeight.bold,
padding: EdgeInsets.only(bottom: 10),
padding: EdgeInsets.only(bottom: 10, top: 15),
),
const TitleElement(
name:
Expand Down

0 comments on commit f792162

Please sign in to comment.