Skip to content

Commit

Permalink
fix(suite): Fix banner xpub modal (#15994)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik authored Dec 18, 2024
1 parent e9b82b5 commit 3616ebc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const ConfirmValueModal = ({
description={showTokensSubheading && <Translation id="TR_INCLUDING_TOKENS" />}
onCancel={isCancelable ? onCancel : undefined}
>
<Column gap={spacings.xl} alignItems="center">
<Column gap={spacings.xl}>
{!device?.connected && (
<Banner icon="warningTriangle" variant="warning">
<Paragraph typographyStyle="hint">
Expand Down

0 comments on commit 3616ebc

Please sign in to comment.