refactor(icons): 迁移 components 目录图标到 lucide-react
- @chakra-ui/icons → lucide-react - react-icons → lucide-react - 涉及 49 个组件文件 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -26,7 +26,7 @@ import {
|
||||
useColorModeValue,
|
||||
} from "@chakra-ui/react";
|
||||
import React from "react";
|
||||
import { FaEllipsisV } from "react-icons/fa";
|
||||
import { MoreVertical } from "lucide-react";
|
||||
|
||||
function DashboardTableRow(props) {
|
||||
const { logo, name, status, budget, progression } = props;
|
||||
@@ -74,7 +74,7 @@ function DashboardTableRow(props) {
|
||||
</Td>
|
||||
<Td>
|
||||
<Button p="0px" bg="transparent">
|
||||
<Icon as={FaEllipsisV} color="gray.400" cursor="pointer" />
|
||||
<Icon as={MoreVertical} color="gray.400" cursor="pointer" />
|
||||
</Button>
|
||||
</Td>
|
||||
</Tr>
|
||||
|
||||
Reference in New Issue
Block a user