feat: use icon button

This commit is contained in:
amhsirak
2025-02-05 22:35:19 +05:30
parent e2721e5b92
commit 6e93fec28e

View File

@@ -220,13 +220,13 @@ export const NavBar: React.FC<NavBarProps> = ({
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
{!isRecording ? (
<>
<Button onClick={handleUpdateOpen} sx={{
<IconButton onClick={handleUpdateOpen} sx={{
marginRight: '25px',
color: "#00000099",
'&:hover': { color: '#ff00c3'}
}}>
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
</Button>
</IconButton>
<Modal open={open} onClose={handleUpdateClose}>
<Box
sx={{