Commit 99af73d6 authored by Dio Maulana's avatar Dio Maulana

perubahan font

parent 08eca0df
...@@ -163,6 +163,7 @@ Sukses''', ...@@ -163,6 +163,7 @@ Sukses''',
), ),
), ),
), ),
// branch name
Container( Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
top: AppMargin.m20, top: AppMargin.m20,
...@@ -198,6 +199,7 @@ Sukses''', ...@@ -198,6 +199,7 @@ Sukses''',
), ),
), ),
), ),
// tanggal dan jam masuk
Container( Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
top: AppMargin.m8, top: AppMargin.m8,
...@@ -233,7 +235,7 @@ Sukses''', ...@@ -233,7 +235,7 @@ Sukses''',
), ),
style: getRegularStyle( style: getRegularStyle(
color: ColorManager.fontBlack, color: ColorManager.fontBlack,
fontSize: FontSize.s14, fontSize: FontSize.s16,
fontFamily: FontConstants.k2d, fontFamily: FontConstants.k2d,
), ),
), ),
...@@ -241,7 +243,7 @@ Sukses''', ...@@ -241,7 +243,7 @@ Sukses''',
"${absentSuccess.time} ${absentSuccess.timeZone}", "${absentSuccess.time} ${absentSuccess.timeZone}",
style: getRegularStyle( style: getRegularStyle(
color: ColorManager.fontBlack, color: ColorManager.fontBlack,
fontSize: FontSize.s14, fontSize: FontSize.s16,
fontFamily: FontConstants.k2d, fontFamily: FontConstants.k2d,
), ),
) )
...@@ -251,6 +253,7 @@ Sukses''', ...@@ -251,6 +253,7 @@ Sukses''',
SizedBox( SizedBox(
height: AppMargin.m8, height: AppMargin.m8,
), ),
// nama , NIK, dan Shift
Container( Container(
margin: EdgeInsets.symmetric( margin: EdgeInsets.symmetric(
horizontal: AppMargin.m20, horizontal: AppMargin.m20,
...@@ -329,7 +332,7 @@ Sukses''', ...@@ -329,7 +332,7 @@ Sukses''',
shiftName, shiftName,
style: getRegularStyle( style: getRegularStyle(
color: ColorManager.fontBlack, color: ColorManager.fontBlack,
fontSize: FontSize.s12, fontSize: FontSize.s14,
fontFamily: FontConstants.k2d, fontFamily: FontConstants.k2d,
), ),
), ),
...@@ -342,7 +345,7 @@ Sukses''', ...@@ -342,7 +345,7 @@ Sukses''',
"$shiftStart - $shiftEnd", "$shiftStart - $shiftEnd",
style: getRegularStyle( style: getRegularStyle(
color: ColorManager.fontBlack, color: ColorManager.fontBlack,
fontSize: FontSize.s12, fontSize: FontSize.s14,
fontFamily: FontConstants.k2d, fontFamily: FontConstants.k2d,
), ),
textAlign: TextAlign.end, textAlign: TextAlign.end,
......
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