feat: box border radius

This commit is contained in:
amhsirak
2024-12-08 23:44:33 +05:30
parent e82863ad9c
commit f7eccd47cb

View File

@@ -140,7 +140,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<Tab label="Docker Compose Setup Upgrade" />
</Tabs>
{tab === 0 && (
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1, borderRadius: 3 }}>
<code style={{ color: 'black' }}>
<p>Run the commands below</p>
# pull latest changes
@@ -160,7 +160,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
</Box>
)}
{tab === 1 && (
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1, borderRadius: 3 }}>
<code style={{ color: 'black' }}>
<p>Run the commands below</p>
# pull latest docker images