1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 00:30:09 +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} onClick={onClick}
> >
<div> <div class="d-f ai-c">
{item.path ? <FileIcon file={item} /> : null} {item.path ? <FileIcon file={item} /> : null}
{item.name} {item.name}
{item.path ? ( {item.path ? (