Skip to content

Commit

Permalink
chore: tidy up Toaster, custom styling not required for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-michalik committed Sep 16, 2023
1 parent 1bcb693 commit 988704f
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/screens/account-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,7 @@ function Tokens({ accountAddress }: { accountAddress: Address }) {
if (!accountAddress) return null
return (
<Inset vertical="8px">
<Toaster
toastOptions={{
success: {
style: {
background: 'rgb(48, 164, 108)',
color: 'white',
},
},
error: {
style: {
background: 'rgb(242, 85, 90)',
color: 'white',
},
},
}}
/>
<Toaster />
<ImportToken accountAddress={accountAddress} />
<Box style={{ height: '4px' }} />
<Box style={{ height: '24px' }}>
Expand Down

0 comments on commit 988704f

Please sign in to comment.