UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

4 lines 121 B
import { hexToRgb } from '../utils'; export function lighten(hex, alpha) { return `rgba(${hexToRgb(hex)}, ${alpha})`; }