@fluentui/react-northstar
Version:
A themable React component library.
11 lines (10 loc) • 507 B
JavaScript
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