UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

12 lines (10 loc) 330 B
const generateComponentTheme = ({spacing, typography}) => { return { distractorMargin: spacing.small, distractorPaddingTop: spacing.small, distractorPaddingRight: spacing.xSmall, addButtonTextPadding: spacing.xxSmall, addButtonTextSize: typography.fontSizeSmall, } } export default generateComponentTheme