UNPKG

@instructure/quiz-taking

Version:

14 lines (13 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = generator; function generator(_ref) { var colors = _ref.colors, borders = _ref.borders; return { wrapperBorderColor: colors.contrasts.grey1214, wrapperBorderWidth: borders.widthSmall }; }