@fluentui/react-northstar
Version:
A themable React component library.
12 lines (11 loc) • 470 B
JavaScript
import { pickValuesFromColorScheme } from '../../../colorUtils';
import { stringLiteralsArray } from '../../../../utils';
export var headerColorAreas = stringLiteralsArray('foreground');
export var headerVariables = function headerVariables(siteVars) {
return {
colorScheme: pickValuesFromColorScheme(siteVars.colorScheme, headerColorAreas),
color: siteVars.colors.grey[750],
descriptionColor: undefined
};
};
//# sourceMappingURL=headerVariables.js.map