update: replace Icon with lucide-react

This commit is contained in:
tao.chen
2026-08-25 09:59:59 +08:00
parent fbb4cc0f1b
commit 97c8fe212b
7 changed files with 58 additions and 39 deletions
@@ -1,5 +1,5 @@
import { type Schedule } from "../../services/api";
import Icon from "../../components/common/Icon";
import { Search } from "lucide-react";
export function ScheduleList({
schedules,
@@ -36,7 +36,7 @@ export function ScheduleList({
</div>
</div>
<label className="mx-[10px] mb-[7px] flex min-h-[35px] items-center gap-[7px] rounded-[6px] border border-[#dce5ed] bg-white px-[9px] text-[#95a3b2] focus-within:border-[#8db9e8] focus-within:shadow-[0_0_0_3px_rgb(38_124_216_/_8%)]">
<Icon name="search" size={15} />
<Search size={15} />
<input
className="min-w-0 flex-1 border-0 bg-transparent text-[12px] text-[#33475d] outline-none placeholder:text-[#a6b2be]"
value={keyword}