Skip to content

Commit de29b31

Browse files
committed
1328 added spacing around button
1 parent 1a2014c commit de29b31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/components/ReactHookEditableList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const ReactHookEditableList: React.FC<ReactHookEditableListProps> = ({ name, ls,
4949
variant="contained"
5050
color="primary"
5151
onClick={() => append({ bulletId: -1, detail: '' })}
52-
sx={{ width: 'max-content', marginBottom: '40px' }}
52+
sx={{ width: 'max-content', marginBottom: '30px', marginTop: '10px' }}
5353
>
5454
{bulletName ? `+ Add ${bulletName}` : '+ Add new bullet'}
5555
</NERButton>

0 commit comments

Comments
 (0)