@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
14 lines (13 loc) • 529 B
JavaScript
var generateComponentTheme = function(param) {
var spacing = param.spacing, typography = param.typography, colors = param.colors;
return {
stemWrapperMarginBottom: spacing.xxSmall,
stemWrapperMarginLeft: spacing.xSmall,
stemItemMargin: spacing.xxSmall,
stemItemFontSize: typography.fontSizeMedium,
textFontSize: typography.fontSizeMedium,
textMargin: spacing.xSmall,
selectPlacholderColor: colors.contrasts.grey4570
};
};
export default generateComponentTheme;