UNPKG

quiz-interactions

Version:

A React UI component Library for quiz interaction types.

20 lines (18 loc) 506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = generator; function generator(_ref) { var colors = _ref.colors, spacing = _ref.spacing; return { feedbackTextColor: colors.white, feedbackCorrectColor: colors.shamrock, feedbackIncorrectColor: colors.crimson, feedbackUnknownColor: colors.slate, feedbackTextMargin: spacing.xSmall, feedbackTopBottomPadding: spacing.xSmall, feedbackLeftRightPadding: spacing.small }; }