Switch to feather icons (#175)

Switch to feather icons
This commit is contained in:
Zef Hemel
2022-12-08 17:04:07 +01:00
committed by GitHub
parent 698a669e7a
commit 2d6a24dc49
9 changed files with 53 additions and 48 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { isMacLike } from "../../common/util.ts";
import { FilterList } from "./filter.tsx";
import { faPersonRunning } from "../deps.ts";
import { TerminalIcon } from "../deps.ts";
import { AppCommand } from "../hooks/command.ts";
import { FilterOption } from "../../common/types.ts";
@@ -30,7 +30,7 @@ export function CommandPalette({
placeholder="Command"
options={options}
allowNew={false}
icon={faPersonRunning}
icon={TerminalIcon}
helpText="Start typing the command name to filter results, press <code>Return</code> to run."
onSelect={(opt) => {
if (opt) {