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