feat: margin between heading & buttons

This commit is contained in:
karishmas6
2024-08-21 22:42:54 +05:30
parent 6ccd64f550
commit d6f067e2a6

View File

@@ -242,7 +242,7 @@ export const BrowserWindow = () => {
>
<div>
<h2>Select Attribute</h2>
<div style={{ display: 'flex', flexDirection: 'column', gap: '10px' }}>
<div style={{ display: 'flex', flexDirection: 'column', gap: '20px', marginTop: '30px' }}>
{attributeOptions.map((option) => (
<Button
variant="outlined"