Skip to content

Commit 5f9f909

Browse files
kyledurandlaurkim
authored andcommitted
Fix Bleed regressions (#7705)
I'm still of the opinion that our layout components should have some defaults and the ones we have on bleed may not be right but we need to use it in more places to figure out what those defaults should be. For now, this fixes regressions to Banner that were introduced in #7644
1 parent 1baf142 commit 5f9f909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-react/src/components/Banner/Banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export const Banner = forwardRef<BannerHandles, BannerProps>(function Banner(
174174
<Icon source={iconName} color={iconColor} />
175175
</Box>
176176

177-
<Bleed top="05">
177+
<Bleed horizontal="0" top="05">
178178
{headingMarkup}
179179
{contentMarkup}
180180
</Bleed>

0 commit comments

Comments
 (0)