UNPKG

@equinor/eds-core-react

Version:

The React implementation of the Equinor Design System

41 lines (38 loc) 602 B
import { tokens } from '@equinor/eds-tokens'; const { colors: { interactive: { primary__selected_highlight: { rgba: selectedColor }, disabled__text: { rgba: disabledColor } } }, spacings: { comfortable: { small: spacingSmall } } } = tokens; const pagination = { entities: { item: { states: { active: { background: selectedColor } } }, icon: { typography: { color: disabledColor } } }, spacings: { left: spacingSmall } }; export { pagination };