diff --git a/lib/features/otpVerification/presentation/pages/otp_layout.dart b/lib/features/otpVerification/presentation/pages/otp_layout.dart index b51cc16..1e2ca1c 100644 --- a/lib/features/otpVerification/presentation/pages/otp_layout.dart +++ b/lib/features/otpVerification/presentation/pages/otp_layout.dart @@ -1,4 +1,5 @@ import 'package:flutter/material.dart'; +import 'package:tanami_app/core/styles/app_color.dart'; import 'package:tanami_app/features/otpVerification/presentation/widgets/otp_fill_section.dart'; import '../widgets/otp_top_section.dart'; @@ -14,6 +15,7 @@ class OtpLayout extends StatelessWidget { @override Widget build(BuildContext context) { return Scaffold( + backgroundColor: AppColor.plainWhite, body: ListView( children: [ const OtpTopSection(), diff --git a/lib/features/splash/presentation/pages/splash_layout.dart b/lib/features/splash/presentation/pages/splash_layout.dart index d7701d4..c7e6b98 100644 --- a/lib/features/splash/presentation/pages/splash_layout.dart +++ b/lib/features/splash/presentation/pages/splash_layout.dart @@ -19,6 +19,8 @@ class SplashLayout extends StatelessWidget { Positioned.fill( child: SvgPicture.asset( AppImages.splashBg, + width: 1.sw, + height: 1.sh, ), ), Positioned.fill(