@cerberus-design/panda-preset
Version:
The official Panda-CSS preset for the omni-federal design system
33 lines (31 loc) • 625 B
JavaScript
import {
modalIconBase
} from "./chunk-ELSAFE3B.js";
// src/recipes/modalIcon.ts
import {
defineRecipe
} from "@pandacss/dev";
var modalIcon = defineRecipe({
className: "modal-icon",
description: "The styles for ModalIcon components",
base: modalIconBase,
variants: {
palette: {
action: {
cerbGradient: "purple",
color: "action.navigation.initial"
},
danger: {
bgColor: "danger.surface.initial",
color: "danger.text.100"
}
}
},
defaultVariants: {
palette: "action"
}
});
export {
modalIcon
};
//# sourceMappingURL=chunk-UF5QZQLE.js.map