TF-1611 Fix border and padding banner vacation

(cherry picked from commit 0d50f922fbd510b5c098a482affd611dcd8e64a6)
This commit is contained in:
dab246
2023-03-23 23:36:16 +07:00
committed by Dat Vu
parent 471713ebd7
commit bc01ab9b0f
2 changed files with 6 additions and 10 deletions
@@ -106,7 +106,7 @@ class VacationNotificationMessageWidget extends StatelessWidget {
if (leadingIcon != null) leadingIcon!,
Expanded(
child: Padding(
padding: const EdgeInsets.only(right: 12),
padding: const EdgeInsets.only(right: 12, top: 12),
child: Center(
child: Text(
vacationResponse.getNotificationMessage(context),