UNPKG

@instructure/quiz-taking

Version:

21 lines (20 loc) 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var generateComponentTheme = function generateComponentTheme(_ref) { var spacing = _ref.spacing, typography = _ref.typography, colors = _ref.colors; return { boldFontWeight: typography.fontWeightBold, normalFontWeight: typography.fontWeightNormal, emptyTextMargin: spacing.small, pageBackgroundColor: colors.contrasts.white1010, sectionWrapperMargin: spacing.xSmall, sectionWrapperPadding: spacing.xSmall, sectionWrapperPaddingRight: spacing.medium }; }; var _default = exports["default"] = generateComponentTheme;