@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
13 lines (11 loc) • 428 B
JavaScript
const generateComponentTheme = ({spacing, typography, colors, borders}) => {
return {
createButtonMargin: spacing.small,
hintMargin: spacing.xSmall,
createBlankTextWeight: typography.fontWeightBold,
createBlankHotkeyTextWeight: typography.fontWeightNormal,
createBlankHotkeyTextSize: typography.fontSizeXSmall,
createBlankHotkeyTextPadding: spacing.xSmall,
}
}
export default generateComponentTheme