How can i change that blue border color?? (React Bootstrap)
CodePudding user response:
You have to change the box-shadow: 0 0 0 0.25rem [your color];
property
CodePudding user response:
use box-shadow
property
element{
box-shadow: hertical, horizontal, blur, color;
}
- First Connect your bootstrap
- Create a '*.css' file add your changes
- Last Connect your custom css file to the project.