- Replace raw TextInput with CustomTextInput in login and register
for consistent focus border effect across the app
- Add placeholder, secureTextEntry, autoCapitalize, keyboardType
props to CustomTextInput
- Remove hardcoded default padding (px-3 py-2) and h-11/12 from
CustomTextInput, callers now set padding via className
- Add explicit px-3 py-2 to existing callers (settings, editEvent)
- Update CLAUDE.md with new CustomTextInput usage and props