Commit 50dc8a53 authored by Dio Maulana's avatar Dio Maulana

lebar arrow back di tambah

parent 0d8c9359
......@@ -33,8 +33,9 @@ class CustomAppBar extends StatelessWidget {
MaterialPageRoute(builder: (_) => const ViewBillNew()));
},
child: Container(
width: 24,
width: 35,
height: 24,
color: backgroundWhite,
child: Center(
child: fontAwesomeNew(
arrowBack,
......@@ -44,7 +45,7 @@ class CustomAppBar extends StatelessWidget {
),
),
const SizedBox(
width: 16,
width: 5,
),
Center(
child: defaultText(
......
......@@ -48,8 +48,9 @@ class CustomAppBar extends StatelessWidget {
}
},
child: Container(
width: 24,
width: 35,
height: 24,
color: backgroundWhite,
child: Center(
child: fontAwesomeNew(
arrowBack,
......@@ -59,7 +60,7 @@ class CustomAppBar extends StatelessWidget {
),
),
const SizedBox(
width: 16,
width: 5,
),
Center(
child: defaultText(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment