Commit 83dab250 authored by Dio Maulana's avatar Dio Maulana

typografy correction

parent 257cb66a
......@@ -147,27 +147,27 @@ Sukses''',
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
absentSuccess.branchCode,
style: getSemiBoldStyle(
color: ColorManager.fontBlack,
fontSize: FontSize.s20,
fontFamily: FontConstants.montserrat,
),
),
SizedBox(
height: AppMargin.m10,
),
// Text(
// absentSuccess.branchCode,
// style: getSemiBoldStyle(
// color: ColorManager.fontBlack,
// fontSize: FontSize.s20,
// fontFamily: FontConstants.montserrat,
// ),
// ),
// SizedBox(
// height: AppMargin.m10,
// ),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
crossAxisAlignment: CrossAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Expanded(
child: Text(
profil.name,
style: getSemiBoldStyle(
style: getMediumStyle(
color: ColorManager.fontBlack,
fontSize: FontSize.s20,
fontSize: FontSize.s16,
fontFamily: FontConstants.montserrat,
),
maxLines: 2,
......@@ -178,9 +178,9 @@ Sukses''',
Expanded(
child: Text(
nik,
style: getSemiBoldStyle(
style: getMediumStyle(
color: ColorManager.fontBlack,
fontSize: FontSize.s20,
fontSize: FontSize.s16,
fontFamily: FontConstants.montserrat,
),
maxLines: 2,
......@@ -212,7 +212,7 @@ Sukses''',
mainAxisAlignment: MainAxisAlignment.start,
children: [
Text(
absentSuccess.branchName,
"[${absentSuccess.branchCode}] ${absentSuccess.branchName}",
style: getSemiBoldStyle(
color: ColorManager.fontBlack,
fontSize: FontSize.s16,
......
......@@ -618,7 +618,7 @@ class _SelectOutletState extends State<SelectOutlet> {
children: [
Expanded(
child: Text(
"${widget.nearestBranch[selectedBranchFromList].name} (${widget.nearestBranch[selectedBranchFromList].code})",
"[${widget.nearestBranch[selectedBranchFromList].code}] ${widget.nearestBranch[selectedBranchFromList].name}",
style: getRegularStyle(
color: ColorManager.grey,
fontSize: 16,
......@@ -765,7 +765,7 @@ class _WidgetSelectOutletState extends State<WidgetSelectOutlet> {
children: [
Expanded(
child: Text(
"${widget.nearestBranch[index].name} (${widget.nearestBranch[index].code})",
"[${widget.nearestBranch[index].code}] ${widget.nearestBranch[index].name}",
style: getRegularStyle(
color: (selectedOutlet == index)
? ColorManager.link
......
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