UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

18 lines (16 loc) 665 B
const generateComponentTheme = ({spacing, colors, borders}) => { return { itemsListPadding: spacing.small, itemPadding: spacing.xSmall, questionColor: colors.contrasts.grey1111, dividerBorder: borders.widthMedium, dividerBorderColor: colors.contrasts.grey125125, questionBorder: borders.widthSmall, questionBorderColor: colors.contrasts.grey1214, responseBodyMarginRight: spacing.xxSmall, showComponentAnswerPadding: `${spacing.xSmall} ${spacing.small}`, showComponentAnswerBorder: `${colors.contrasts.grey1214} 1px solid`, showComponentAnswerBorderRadius: spacing.xxSmall, } } export default generateComponentTheme