feat: box border radius
This commit is contained in:
@@ -140,7 +140,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
<Tab label="Docker Compose Setup Upgrade" />
|
<Tab label="Docker Compose Setup Upgrade" />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
{tab === 0 && (
|
{tab === 0 && (
|
||||||
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
|
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1, borderRadius: 3 }}>
|
||||||
<code style={{ color: 'black' }}>
|
<code style={{ color: 'black' }}>
|
||||||
<p>Run the commands below</p>
|
<p>Run the commands below</p>
|
||||||
# pull latest changes
|
# pull latest changes
|
||||||
@@ -160,7 +160,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
{tab === 1 && (
|
{tab === 1 && (
|
||||||
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1 }}>
|
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1, borderRadius: 3 }}>
|
||||||
<code style={{ color: 'black' }}>
|
<code style={{ color: 'black' }}>
|
||||||
<p>Run the commands below</p>
|
<p>Run the commands below</p>
|
||||||
# pull latest docker images
|
# pull latest docker images
|
||||||
|
|||||||
Reference in New Issue
Block a user