adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
677 stars 330 forks source link

fill color with input is taking app theme. #360

Closed ajiii444 closed 6 months ago

ajiii444 commented 8 months ago

fill color with input is taking app theme. but i want it to be white. for example if i type 1 in the first box the fill color is taking app theme color. but i want it to be white

pinTheme: PinTheme( shape: PinCodeFieldShape.box, borderRadius: BorderRadius.circular(15.px), fieldHeight: 6.h, fieldWidth: 12.w, activeBorderWidth: 0.2.w, selectedFillColor: Colors.grey, inactiveColor: Colors.grey, activeColor: Colors.white, borderWidth: 0.2.w, inactiveBorderWidth: 0.2.w, selectedColor: Colors.white, inactiveFillColor: Colors.grey.shade300, activeFillColor: Colors.white, disabledColor: Colors.white ),

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.