From a0b5a822bd9bae3cb4dc824e0ce9e4c131ecf726 Mon Sep 17 00:00:00 2001 From: meet2711 Date: Wed, 12 Jun 2024 19:43:19 +0530 Subject: [PATCH] bg color changes --- lib/features/otpVerification/presentation/pages/otp_layout.dart | 2 ++ lib/features/splash/presentation/pages/splash_layout.dart | 2 ++ 2 files changed, 4 insertions(+) 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(