how to change button color bootstrap react code example
Example 1: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 2: android change checkbox color
<CheckBox
...
android:buttonTint="@color/tint_color" />