UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

18 lines (15 loc) 586 B
const generateComponentTheme = ({borders, colors, spacing}) => { return { wordbankWrapperBorder: borders.widthSmall, wordbankWrapperBorderColor: colors.contrasts.grey4570, wordbankWrapperBorderRadius: borders.radiusMedium, wordbankWrapperColor: colors.contrasts.grey1111, wordbankWrapperMargin: spacing.xSmall, printBorder: borders.widthSmall, printBorderColor: colors.contrasts.grey4570, printBorderRadius: borders.radiusMedium, printColor: colors.contrasts.grey1111, printMargin: spacing.xSmall, } } export default generateComponentTheme