@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
22 lines (20 loc) • 500 B
JavaScript
import { defineComponentSlotStyle } from "../../core/system/config.js";
//#region src/components/tooltip/tooltip.style.ts
const tooltipStyle = defineComponentSlotStyle({ base: {
content: {
bg: "bg.float",
borderColor: "border.muted",
borderWidth: "1px",
boxShadow: "sm",
fontSize: "sm",
maxW: "xs",
position: "relative",
px: "sm",
py: "xs",
rounded: "l2"
},
positioner: { zIndex: "ginyu" }
} });
//#endregion
export { tooltipStyle };
//# sourceMappingURL=tooltip.style.js.map