@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
13 lines (12 loc) • 444 B
JavaScript
var generateComponentTheme = function(param) {
var typography = param.typography, spacing = param.spacing;
return {
stemFontSize: typography.fontSizeMedium,
rootMargin: spacing.xSmall,
rootPadding: spacing.xxSmall,
feedbackWrapperMargin: spacing.xxSmall,
incorrectFeedbackWrapperPadding: spacing.small,
userResponsePadding: spacing.xSmall
};
};
export default generateComponentTheme;