Skip to content

Commit

Permalink
Increase error banner spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Dec 11, 2024
1 parent ac55072 commit f0acca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HoldPages/HoldRequestErrorBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -111,7 +112,6 @@ const HoldRequestErrorBanner = ({
})()}
</Box>
}
mb="s"
/>
)
}
Expand Down

0 comments on commit f0acca8

Please sign in to comment.