feat: use Icon button
This commit is contained in:
@@ -109,7 +109,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
<MeetingRoomIcon sx={{ marginRight: '5px' }} />
|
<MeetingRoomIcon sx={{ marginRight: '5px' }} />
|
||||||
exit</Button>
|
exit</Button>
|
||||||
: null}
|
: null}
|
||||||
<Button sx={{
|
<IconButton sx={{
|
||||||
width: '140px',
|
width: '140px',
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
padding: '8px',
|
padding: '8px',
|
||||||
@@ -124,7 +124,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
'&:hover': { color: 'white', backgroundColor: '#ff00c3' }
|
'&:hover': { color: 'white', backgroundColor: '#ff00c3' }
|
||||||
}} onClick={logout}>
|
}} onClick={logout}>
|
||||||
<Logout sx={{ marginRight: '5px' }} />
|
<Logout sx={{ marginRight: '5px' }} />
|
||||||
Logout</Button>
|
Logout</IconButton>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
) : ""
|
) : ""
|
||||||
|
|||||||
Reference in New Issue
Block a user