UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

28 lines (26 loc) 617 B
declare const _default: { /** * Custom utilities */ ".leading-inherit": { "line-height": string; }; ".bg-img-inherit": { "background-image": string; }; ".bg-clip-inherit": { "background-clip": string; }; ".text-fill-inherit": { "-webkit-text-fill-color": string; }; ".tap-highlight-transparent": { "-webkit-tap-highlight-color": string; }; ".input-search-cancel-button-none": { "&::-webkit-search-cancel-button": { "-webkit-appearance": string; }; }; }; export { _default as default };