Skip to content

Commit

Permalink
fix(protocol-designer): add gridgap to between error and warning (#17116
Browse files Browse the repository at this point in the history
)

* fix(protocol-designer): add gridgap to between error and warning
  • Loading branch information
koji authored Dec 17, 2024
1 parent 98afdcf commit 5ff3efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol-designer/src/organisms/Alerts/FormAlerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function FormAlertsComponent(props: FormAlertsProps): JSX.Element | null {
<Flex
flexDirection={DIRECTION_COLUMN}
padding={`${SPACING.spacing16} ${SPACING.spacing16} 0`}
gridGap={SPACING.spacing4}
>
{showFormErrors
? formErrors.map((error, key) => makeAlert('error', error, key))
Expand Down

0 comments on commit 5ff3efd

Please sign in to comment.