@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
25 lines (24 loc) • 696 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var generateStyle = function generateStyle(componentTheme) {
return {
createButton: {
marginTop: componentTheme.createButtonMargin
},
hint: {
margin: "".concat(componentTheme.hintMargin, " 0")
},
createBlankText: {
fontWeight: componentTheme.createBlankTextWeight
},
createBlankHotkeyText: {
fontWeight: componentTheme.createBlankHotkeyTextWeight,
fontSize: componentTheme.createBlankHotkeyTextSize,
paddingSeft: componentTheme.createBlankHotkeyTextPadding
}
};
};
var _default = exports["default"] = generateStyle;