feat(ui): set overall margin

This commit is contained in:
karishmas6
2024-07-27 00:50:04 +05:30
parent 07b1887700
commit 5d50c6acc2

View File

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