@procore/core-react
Version:
React library of Procore Design Guidelines
8 lines • 424 B
JavaScript
import styled from 'styled-components';
import { Popover } from '../Popover';
import { spacing } from '../_styles/spacing';
export var StyledFilterPresetPopoverContent = /*#__PURE__*/styled(Popover.Content).withConfig({
displayName: "StyledFilterPresetPopoverContent",
componentId: "core-12_44_0__sc-y5qv7b-0"
})(["padding:", "px ", "px;"], spacing.sm, spacing.lg);
//# sourceMappingURL=SuperSelect.presets.styles.js.map