UNPKG

@mtec-solutions-org/design-system

Version:

A React Native Web design system library with theme and components

17 lines (16 loc) 266 B
export const SPINNER_COLORS = { primary: "white", secondary: "text", outline: "primary", ghost: "primary", }; export const SPINNER_SIZES = { sm: 14, md: 16, lg: 18, }; export const SPINNER_WIDTHS = { sm: 1.5, md: 2, lg: 2, };