UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

19 lines (17 loc) 698 B
const generateComponentTheme = ({spacing, colors, typography, borders}) => { return { editStemColor: colors.contrasts.grey100100, editStemFontFamily: typography.fontFamily, editStemFontSize: typography.fontSizeMedium, editStemFontWeight: typography.fontWeighNormal, editStemLineHeight: typography.lineHeightDouble, tableColor: colors.contrasts.grey4570, highlightBorder: borders.widthSmall, highlightColor: colors.contrasts.grey4570, highlightBorderRadius: borders.radiusMedium, highlightPadding: spacing.xxSmall, highlightMargin: spacing.xxxSmall, closeIconBackgroundColor: colors.contrasts.white1010, } } export default generateComponentTheme