quiz-interactions
Version:
A React UI component Library for quiz interaction types.
21 lines (19 loc) • 538 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = generator;
function generator(_ref) {
var spacing = _ref.spacing,
typography = _ref.typography,
colors = _ref.colors;
return {
stemWrapperMarginBottom: spacing.xxSmall,
stemWrapperMarginLeft: spacing.xSmall,
stemItemMargin: spacing.xxSmall,
stemItemFontSize: typography.fontSizeMedium,
textFontSize: typography.fontSizeMedium,
textMargin: spacing.xSmall,
selectPlacholderColor: colors.ash
};
}