Merge pull request #44 from WDI-Ideas/meet

bg color changes
This commit is contained in:
meet2711
2024-06-12 19:43:46 +05:30
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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(),

View File

@@ -19,6 +19,8 @@ class SplashLayout extends StatelessWidget {
Positioned.fill(
child: SvgPicture.asset(
AppImages.splashBg,
width: 1.sw,
height: 1.sh,
),
),
Positioned.fill(