Skip to content

Commit

Permalink
Vertical margin applied to warning callout
Browse files Browse the repository at this point in the history
  • Loading branch information
Educg550 committed Jan 20, 2023
1 parent d381b76 commit c10e395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function NewZapier({ ...props }) {

return (
<>
<Callout bg='status-background-warning' icon={'warning'} title={t('Zapier_integration_has_been_deprecated')} mi='neg-x24'>
<Callout bg='status-background-warning' icon={'warning'} title={t('Zapier_integration_has_been_deprecated')} mbs='x16' mbe='x4'>
{t('Install_Zapier_from_marketplace')}
</Callout>
{!script && (
Expand Down

0 comments on commit c10e395

Please sign in to comment.