UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

7 lines (6 loc) 128 B
/** * @internal */ export function neutralForeground(palette, reference) { return palette.colorContrast(reference, 14); }