feat(ui): box shadow

This commit is contained in:
karishmas6
2024-07-27 00:47:22 +05:30
parent 97342cb4b6
commit 07b1887700

View File

@@ -143,7 +143,12 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
<Box>
{browserSteps.map(step => (
<Box key={step.id} sx={{ padding: '10px', marginBottom: '10px' }}>
<Box key={step.id} sx={{
boxShadow: 5,
padding: '10px',
marginBottom: '10px',
borderRadius: '4px',
}}>
<TextField
label="Label"
value={labels[step.id] || step.label || ''}