UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

19 lines (18 loc) 570 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 { footerContainerMargin: spacing.small, accessibilityInfoMargin: spacing.small, iconRightMargin: spacing.xSmall, keyboardControlsListPadding: spacing.xxSmall, keyboardControlsListColor: colors.contrasts.blue4570 }; }; var _default = exports["default"] = generateComponentTheme;