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

perubahan font

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