Skip to content

Commit

Permalink
SecurityProviderBannerAlert: fix footer alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Aug 3, 2023
1 parent ba39516 commit 2fcfbdf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { I18nContext } from '../../../contexts/i18n';
import {
AlignItems,
Color,
Display,
IconColor,
Severity,
Size,
Expand Down Expand Up @@ -47,6 +48,7 @@ function SecurityProviderBannerAlert({

<Text
marginTop={2}
display={Display.Flex}
alignItems={AlignItems.center}
color={Color.textAlternative}
variant={TextVariant.bodySm}
Expand Down

0 comments on commit 2fcfbdf

Please sign in to comment.