UNPKG

@instructure/quiz-grading

Version:

The Quiz React SDK by Instructure Inc.

10 lines 289 B
var generateComponentTheme = function generateComponentTheme(_ref) { var colors = _ref.colors, spacing = _ref.spacing; return { rootPadding: spacing.small, activeBarColor: colors.contrasts.blue4570, activeBarSize: '0.3rem' }; }; export default generateComponentTheme;