UNPKG

@fluentui/react-northstar

Version:
11 lines (10 loc) 507 B
import { pickValuesFromColorScheme } from '../../../colorUtils'; import { stringLiteralsArray } from '../../../../utils'; export var headerDescriptionColorAreas = stringLiteralsArray('foreground'); export var headerDescriptionVariables = function headerDescriptionVariables(siteVariables) { return { colorScheme: pickValuesFromColorScheme(siteVariables.colorScheme, headerDescriptionColorAreas), color: siteVariables.colors.grey[350] }; }; //# sourceMappingURL=headerDescriptionVariables.js.map