import { jsx as s } from "react/jsx-runtime"; import { usePalette as i } from "./react-you-ui6.mjs"; import { h as m } from "./string_utils-B4bsIQ5w.mjs"; const p = (o) => { const r = i(), { style: e, color: t = m(r.primary), ...n } = o; return /* @__PURE__ */ s( "a", { style: { color: t, textDecorationColor: t, textDecoration: "underline", ...e }, ...n } ); }; export { p as Link };