Skip to content

Commit

Permalink
chore: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeatt committed Feb 26, 2025
1 parent 6706043 commit cfb5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppAlert/AppAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const AppAlert = (): JSX.Element => {
<Alert style={{ borderLeft: 0, borderRight: 0, borderTop: 0, borderRadius: 0, width: '100%' }} status='info'>
<P size='s'>Ledger is not supported on Interlay. Please don&apos;t use Ledger to store your tokens.</P>
</Alert>
<StyledCloseCTA size='small' variant='text' aria-label='dimiss ledger alert banner' onPress={() => setIsAlertOpen(false)}>
<StyledCloseCTA style={{ top: 0}} size='small' variant='text' aria-label='dimiss ledger alert banner' onPress={() => setIsAlertOpen(false)}>
<StyledXMark />
</StyledCloseCTA>
</Flex>
Expand Down

0 comments on commit cfb5c74

Please sign in to comment.