UNPKG

@oceanbase/design

Version:
4 lines 152 B
import { TinyColor } from '@ctrl/tinycolor'; export function getWeakenBorderColor(color) { return new TinyColor(color).setAlpha(0.4).toHex8String(); }