You've already forked DataMate
update card icon ui (#50)
* feat: update icons in various components and improve styling for better UI consistency
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Boxes } from "lucide-react";
|
||||
import { Code } from "lucide-react";
|
||||
import { OperatorI } from "./operator.model";
|
||||
|
||||
export const mapOperator = (op: OperatorI) => {
|
||||
return {
|
||||
...op,
|
||||
icon: <Boxes className="w-5 h-5 text-gray-500" />,
|
||||
icon: <Code className="w-full h-full" />,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user