File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import 'package:basic/classes/size_units_class.dart' ;
22import 'package:basic/constants/color_constants.dart' ;
33import 'package:basic/constants/textstyle_constants.dart' ;
4+ import 'package:basic/screens/edit/edit_business_account_screen.dart' ;
45import 'package:basic/screens/edit/edit_customer_screen.dart' ;
56import 'package:basic/screens/edit/edit_expense_screen.dart' ;
67import 'package:basic/screens/edit/edit_item1_screen.dart' ;
@@ -69,7 +70,7 @@ class Basic extends StatelessWidget {
6970 primaryColor: primaryColor,
7071 scaffoldBackgroundColor: desaturatedGreyColor,
7172 ),
72- home: EditPersonalAccountScreen (),
73+ home: EditBusinessAccountScreen (),
7374 debugShowCheckedModeBanner: false ,
7475 );
7576 }
Original file line number Diff line number Diff line change @@ -142,10 +142,10 @@ class EditBusinessAccountScreen extends StatelessWidget {
142142 SizedBox (height: 10 ),
143143 Container (
144144 padding: EdgeInsets .symmetric (
145- vertical: 20 ,
145+ vertical: 10 ,
146146 horizontal: 20 ,
147147 ),
148- height: 60 ,
148+ // height: 60,
149149 decoration: BoxDecoration (
150150 color: whiteColor,
151151 borderRadius: BorderRadius .all (
You can’t perform that action at this time.
0 commit comments