feat: icon button styles
This commit is contained in:
@@ -221,9 +221,11 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
{!isRecording ? (
|
{!isRecording ? (
|
||||||
<>
|
<>
|
||||||
<IconButton onClick={handleUpdateOpen} sx={{
|
<IconButton onClick={handleUpdateOpen} sx={{
|
||||||
marginRight: '25px',
|
display: 'flex',
|
||||||
color: "#00000099",
|
alignItems: 'center',
|
||||||
'&:hover': { color: '#ff00c3'}
|
borderRadius: '5px',
|
||||||
|
padding: '8px',
|
||||||
|
marginRight: '10px',
|
||||||
}}>
|
}}>
|
||||||
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
<Update sx={{ marginRight: '5px' }} /> {t('navbar.upgrade.button')}
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user