UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

3 lines 223 B
import chromatism from 'chromatism'; import { hexToRGBA } from './hex-to-rgba'; export const getContrastColor = (contrastValue, opacityValue, color) => hexToRGBA(chromatism.contrast(contrastValue, color).hex, opacityValue);