UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

17 lines (16 loc) 443 B
var generateStyle = function(componentTheme) { return { itemBody: { marginLeft: componentTheme.itemBodyMargin }, itemDescription: { fontSize: componentTheme.itemBodyFontSize, fontWeight: componentTheme.itemBodyFontWeight }, labelWrapper: { display: 'flex', justifyContent: 'space-between' } }; }; export default generateStyle;