UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

10 lines (8 loc) 253 B
const generateComponentTheme = ({spacing, typography}) => { return { itemBodyMargin: spacing.small, itemBodyFontSize: typography.fontSizeMedium, itemBodyFontWeight: typography.fontWeightNormal, } } export default generateComponentTheme