UNPKG

@fluentui/react-northstar

Version:
18 lines (17 loc) 772 B
import { toolbarColorAreas } from '../../../teams/components/Toolbar/toolbarVariables'; import { extendColorScheme, pickValuesFromColorScheme } from '../../../colorUtils'; export var toolbarVariables = function toolbarVariables(siteVars) { return { colorScheme: pickValuesFromColorScheme(extendColorScheme(siteVars.colorScheme, { default: { foregroundHover: siteVars.colorScheme.brand.foregroundHover, foregroundActive: siteVars.accessibleYellow, menuItemForegroundHover: siteVars.colorScheme.default.foregroundHover, menuItemBackgroundHover: siteVars.colorScheme.default.backgroundHover } }), toolbarColorAreas), borderWidth: '0', menuBoxShadow: undefined }; }; //# sourceMappingURL=toolbarVariables.js.map