UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

17 lines (15 loc) 602 B
const generateComponentTheme = ({spacing, borders, colors}) => { return { borderWidth: borders.widthMedium, borderColor: colors.contrasts.grey1111, categoryDescriptionBackground: colors.contrasts.grey1111, categoriesWrapperPadding: spacing.xSmall, categoriesContainerPadding: spacing.xSmall, categoryContainerWrapperPadding: spacing.xSmall, categoryDescriptionInputPadding: spacing.xSmall, categoryBodyAnswersPadding: spacing.xSmall, itemContainerPadding: spacing.xSmall, itemContainerBodyPadding: spacing.xxSmall, } } export default generateComponentTheme