UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

22 lines (21 loc) 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var generateStyle = function generateStyle(componentTheme) { return { itemBody: { marginLeft: componentTheme.itemBodyMargin }, itemDescription: { fontSize: componentTheme.itemBodyFontSize, fontWeight: componentTheme.itemBodyFontWeight }, labelWrapper: { display: 'flex', justifyContent: 'space-between' } }; }; var _default = exports["default"] = generateStyle;