UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

23 lines (22 loc) 627 B
import { jsx as r } from "react/jsx-runtime"; import { s as e } from "../../DefaultPropsProvider-DqazQPtr.js"; import { B as n } from "../../Button-DDV5EfwJ.js"; const i = e(n)(({ color: t, theme: o }) => ({ minHeight: 38, textTransform: "none", transition: "all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms", "&.MuiButton-outlined": { borderRadius: 5, borderWidth: 2 /* "&:hover": { //backgroundColor: theme.palette[color].main, color: theme.palette.common.white, },*/ } })), d = ({ variant: t = "outlined", ...o }) => /* @__PURE__ */ r(i, { variant: t, ...o }); export { d as default };