UNPKG

hh-ui-components

Version:
18 lines 442 B
import { styled } from "@storybook/theming"; var Svg = styled.svg({ // Fix rendering bugs in Chrome for hdpi shapeRendering: "inherit", transform: "translate3d(0,0,0)" }, function (_a) { var inline = _a.inline; return inline ? { display: "inline-block" } : { display: "block" }; }); Svg.displayName = "Svg"; export { Svg as default }; //# sourceMappingURL=svg.js.map