UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

17 lines (16 loc) 805 B
var generateComponentTheme = function(param) { var spacing = param.spacing, borders = param.borders, colors = param.colors, typography = param.typography; return { fileDropWrapperMargin: spacing.xSmall, fileDropContentPadding: spacing.medium, fileDropContentBackgroundColor: colors.contrasts.grey1111, fileDropContentBorderWidth: borders.widthSmall, fileDropContentBorderColor: colors.contrasts.grey1214, fileDropContentFontFamily: typography.fontFamily, fileDropContentIconFontSize: typography.fontSizeXXLarge, fileDropContentLabelPadding: spacing.xSmall, fileDropContentLabelBrowsePadding: spacing.xxSmall, fileDropContentLabelBrowseColor: colors.contrasts.blue4570 }; }; export default generateComponentTheme;