UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

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