UNPKG

@brizy/ui

Version:
8 lines (7 loc) 237 B
import { getHexByColorType } from "../utils"; import { BRZ_PREFIX } from "../constants"; export const getBorderColor = (border) => { return { [`--${BRZ_PREFIX}-field-placeholder-border`]: getHexByColorType(border), }; };