Skip to content

Commit ceec584

Browse files
committed
Add addBottomSafeAreaPadding in approval mode page too to match other RHPs
1 parent 7cb5d61 commit ceec584

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/pages/workspace/hr/HRApprovalModePageBase.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ function HRApprovalModePageBase<T extends ApprovalModeValue>({policyID, config}:
141141
alternateNumberOfSupportedLines={3}
142142
showScrollIndicator={false}
143143
/>
144-
<FixedFooter style={styles.mtAuto}>
144+
<FixedFooter
145+
style={styles.mtAuto}
146+
addBottomSafeAreaPadding
147+
>
145148
<Button
146149
large
147150
success

0 commit comments

Comments
 (0)