UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

17 lines (14 loc) 232 B
import { tokens } from '@equinor/eds-tokens'; const { colors: { logo: { fill_positive: { rgba: logoFillPositive } } } } = tokens; const token = { background: logoFillPositive }; export { token };