Skip to content

Commit

Permalink
Add title to TokenModal
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBouron committed Sep 24, 2023
1 parent f250376 commit ecd6e68
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {
Box,
Typography,
DialogActions,
Button
Button,
DialogTitle
} from '@mui/material';

import { convertHexCurrencyString } from '../../../utils';
Expand Down Expand Up @@ -57,6 +58,7 @@ export const TokenModal: FC<TokenModalProps> = ({ open, tokens, onClose, onSelec
color: 'white'
}}
>
<DialogTitle sx={{ m: 0, p: 2 }}>Tokens</DialogTitle>
{tokens.length === 0 ? (
<Typography
display="flex"
Expand Down

0 comments on commit ecd6e68

Please sign in to comment.