UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

27 lines (24 loc) 439 B
import { tokens } from '@equinor/eds-tokens'; const { colors: { interactive: { table__cell__fill_hover: { rgba: hoverBackgroundColor }, table__cell__fill_activated: { rgba: activeBackgroundColor } } } } = tokens; const token = { states: { active: { background: activeBackgroundColor }, hover: { background: hoverBackgroundColor } } }; export { token };