UNPKG

@fluent-windows/core

Version:

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

12 lines (9 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lighten = lighten; var _utils = require("../utils"); function lighten(hex, alpha) { return "rgba(".concat((0, _utils.hexToRgb)(hex), ", ").concat(alpha, ")"); }