@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.
10 lines (9 loc) • 420 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 = exports.default = getBackgroundClass;