feat: set border

This commit is contained in:
karishmas6
2024-10-24 15:17:40 +05:30
parent 4146fee67e
commit 6027df78c8

View File

@@ -65,6 +65,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<>
<IconButton sx={{
width: '140px',
border: '1px solid #ff00c3',
borderRadius: '5px',
padding: '8px',
background: 'white',