UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

15 lines (13 loc) 439 B
const generateComponentTheme = ({spacing, borders, colors}) => { return { padding: spacing.xxSmall, borderWidth: borders.widthMedium, borderColor: colors.contrasts.grey1214, borderRadius: borders.radiusMedium, backgroundColor: colors.contrasts.white1010, bodyPaddingLeft: spacing.xxSmall, bodyPaddingRight: spacing.xSmall, actionIconPadding: spacing.xxxSmall, } } export default generateComponentTheme