UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

14 lines (13 loc) 262 B
import { theme } from "@hitachivantara/uikit-styles"; const dotSizes = { xs: 8, sm: 10, md: 12, lg: 14, xl: 16 }; const getColor = (state) => state === "Disabled" ? theme.colors.secondary_60 : theme.colors.secondary; export { dotSizes, getColor };