@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
11 lines (10 loc) • 430 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _backgroundColor = require("../../common/tailwind/backgroundColor");
const getBackgroundClass = (background, viewport) => {
if (!background) return null;
return viewport ? _backgroundColor.backgroundColorClasses[viewport][background] : _backgroundColor.backgroundColorClasses[background];
};
var _default = getBackgroundClass;
exports.default = _default;