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