bg color updated to white
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
import '../../../../core/styles/app_color.dart';
|
||||
import '../../../../core/styles/app_text.dart';
|
||||
import '../../../../core/utils/secure/secure_storage_service.dart';
|
||||
import '../../../../shared/components/appbar_widget.dart';
|
||||
@@ -14,6 +15,7 @@ class ConfirmPinScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final secureStorageService = SecureStorageService();
|
||||
return Scaffold(
|
||||
backgroundColor: AppColor.plainWhite,
|
||||
appBar: const AppBarWidget(
|
||||
height: 75,
|
||||
titleTxt: AppText.createPinCode,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
import '../../../../core/styles/app_color.dart';
|
||||
import '../../../../core/styles/app_text.dart';
|
||||
import '../../../../core/utils/secure/secure_storage_service.dart';
|
||||
import '../../../../shared/components/appbar_widget.dart';
|
||||
@@ -15,6 +16,7 @@ class PinScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
final secureStorageService = SecureStorageService();
|
||||
return Scaffold(
|
||||
backgroundColor: AppColor.plainWhite,
|
||||
appBar: fromScreen == "register" || fromScreen == "reset-pin"
|
||||
? AppBarWidget(
|
||||
height: 75,
|
||||
|
||||
Reference in New Issue
Block a user