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:
@@ -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 ? (
|
||||||
|
Reference in New Issue
Block a user