import clsx from "clsx"; import React from "react"; import style from "./styles.module.css"; // skin?: "default" | "primary" export const ActionCard = ({ skin = "default", icon, title, description, svgBackgroundColor, children, className }) => { const styles = { background: svgBackgroundColor}; return (
{description}