UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

21 lines (20 loc) 644 B
"use strict"; 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 { blankTextMargin: spacing.xSmall, numCircleBorderWidth: borders.widthSmall, numCircleBorderColor: colors.contrasts.grey4570, numCircleColor: colors.contrasts.grey4570, numCircleMargin: spacing.xxSmall, selectWrapperPadding: spacing.xSmall, optionsWrapperMargin: spacing.xSmall }; }; var _default = exports["default"] = generateComponentTheme;