UNPKG

react-native-input-code-otp

Version:

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.

21 lines (16 loc) 322 B
export const theme = { colorBlack: '#030712', colorWhite: '#E4E7EC', colorLightGrey: '#E4E7EC', colorDarkGrey: '#4b5563', fontSize14: 14, fontWeightBold: 'bold' as 'bold', space1: 1, space2: 2, space4: 4, space10: 10, space16: 16, borderRadius0: 0, borderRadius8: 8, borderRadius16: 16, };