1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-25 16:01:14 +02:00

commandpalette: align icon with text

This commit is contained in:
Kushagra Gour
2019-03-14 01:26:45 +05:30
parent 72b564fbb9
commit 9903e2c269

View File

@@ -24,7 +24,7 @@ function Row({ item, onClick, isSelected }) {
}`}
onClick={onClick}
>
<div>
<div class="d-f ai-c">
{item.path ? <FileIcon file={item} /> : null}
{item.name}
{item.path ? (