UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

10 lines (8 loc) 242 B
const generateComponentTheme = ({spacing, colors}) => { return { choicesWrapperPadding: spacing.xSmall, choicesWrapperMargin: spacing.xSmall, filesListWrapperPadding: spacing.medium, } } export default generateComponentTheme