@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
24 lines (23 loc) • 820 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var generateComponentTheme = function generateComponentTheme(_ref) {
var spacing = _ref.spacing,
borders = _ref.borders,
colors = _ref.colors;
return {
borderWidth: borders.widthMedium,
borderColor: colors.contrasts.grey1111,
categoryDescriptionBackground: colors.contrasts.grey1111,
categoriesWrapperPadding: spacing.xSmall,
categoriesContainerPadding: spacing.xSmall,
categoryContainerWrapperPadding: spacing.xSmall,
categoryDescriptionInputPadding: spacing.xSmall,
categoryBodyAnswersPadding: spacing.xSmall,
itemContainerPadding: spacing.xSmall,
itemContainerBodyPadding: spacing.xxSmall
};
};
var _default = exports["default"] = generateComponentTheme;