@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
12 lines (11 loc) • 406 B
JavaScript
var generateComponentTheme = function(param) {
var spacing = param.spacing, typography = param.typography;
return {
distractorMargin: spacing.small,
distractorPaddingTop: spacing.small,
distractorPaddingRight: spacing.xSmall,
addButtonTextPadding: spacing.xxSmall,
addButtonTextSize: typography.fontSizeSmall
};
};
export default generateComponentTheme;