UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

11 lines (10 loc) 266 B
/** * The neutralForegroundHint color recipe * @param palette - The palette to operate on * @param reference - The reference color * * @internal */ export function neutralForegroundHint(palette, reference) { return palette.colorContrast(reference, 4.5); }