@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
16 lines (14 loc) • 396 B
JavaScript
const generateStyle = componentTheme => {
return {
wordLimitInputsContainer: {
marginBottom: 0,
display: 'flex',
marginTop: componentTheme.wordLimitInputsContainerMarginTop,
marginLeft: componentTheme.wordLimitInputContainerMarginLeft,
},
wordLimitInput: {
paddingRight: componentTheme.wordLimitInputPadding,
},
}
}
export default generateStyle