quiz-interactions
Version:
A React UI component Library for quiz interaction types.
20 lines (18 loc) • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var borders = _ref.borders,
colors = _ref.colors,
typography = _ref.typography;
return {
questionBorderWidth: borders.widthSmall,
questionBorderColor: colors.tiara,
questionBorderRadius: borders.radiusMedium,
titleColor: colors.ash,
titleFontSize: typography.fontSizeLarge,
questionPositionColor: colors.ash
};
}