UNPKG

@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) 520 B
const require_config = require('../../core/system/config.cjs'); //#region src/components/tooltip/tooltip.style.ts const tooltipStyle = require_config.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 exports.tooltipStyle = tooltipStyle; //# sourceMappingURL=tooltip.style.cjs.map