diff --git a/src/components/HoldPages/HoldRequestErrorBanner.tsx b/src/components/HoldPages/HoldRequestErrorBanner.tsx index 2cfbf912..c72e7113 100644 --- a/src/components/HoldPages/HoldRequestErrorBanner.tsx +++ b/src/components/HoldPages/HoldRequestErrorBanner.tsx @@ -50,6 +50,7 @@ const HoldRequestErrorBanner = ({ type="negative" heading={HOLD_PAGE_ERROR_HEADINGS?.[errorStatus] || null} data-testid="hold-request-error" + mb="l" // TODO: Ask DS team to make button link variant match the default link styles sx={{ button: { @@ -111,7 +112,6 @@ const HoldRequestErrorBanner = ({ })()} } - mb="s" /> ) }