@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
13 lines (12 loc) • 539 B
JavaScript
var generateComponentTheme = function(param) {
var spacing = param.spacing, typography = param.typography, colors = param.colors, borders = param.borders;
return {
createButtonMargin: spacing.small,
hintMargin: spacing.xSmall,
createBlankTextWeight: typography.fontWeightBold,
createBlankHotkeyTextWeight: typography.fontWeightNormal,
createBlankHotkeyTextSize: typography.fontSizeXSmall,
createBlankHotkeyTextPadding: spacing.xSmall
};
};
export default generateComponentTheme;