UNPKG

@brizy/ui

Version:
8 lines (7 loc) 226 B
import { getHexByColorType } from "../utils"; import { BRZ_PREFIX } from "../constants"; export const getArrowColor = (color) => { return { [`--${BRZ_PREFIX}-icon-arrow-color`]: getHexByColorType(color), }; };