Skip to content

Commit bd84335

Browse files
committed
Adjusted add icon button
1 parent 0d70b04 commit bd84335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LeftColExpansionPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const LeftColExpansionPanel = (props: LeftColExpPanPropsInt) => {
282282
addChild({ title, childType: 'COMP' });
283283
}}
284284
>
285-
<AddIcon style={{ color, float: 'right' }} />
285+
<AddIcon style={{ color, float: 'right', marginTop: '10px' }} />
286286
</IconButton>
287287
</Tooltip>
288288
)}

0 commit comments

Comments
 (0)