UNPKG

@fluentui/react-northstar

Version:
12 lines (11 loc) 470 B
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