import { Box, styled } from '@mui/material'; export const TokenContainer = styled(Box)(({ theme }) => ({ display: 'flex', alignItems: 'center', justifyContent: 'space-between', height: 40, }));