Skip to content

Commit

Permalink
add iconMarginLeft
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Nov 1, 2024
1 parent a510229 commit 9061d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function LiquidToolbox(props: LiquidToolboxProps): JSX.Element {
{t('add_liquid')}
</StyledText>
{liquidSelectionOptions.length === 0 ? (
<Banner type="warning">
<Banner type="warning" iconMarginLeft={SPACING.spacing4}>
<Flex justifyContent={JUSTIFY_SPACE_BETWEEN} width="100%">
<StyledText desktopStyle="captionRegular">
{t('no_liquids_defined')}
Expand Down

0 comments on commit 9061d63

Please sign in to comment.