We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I want to change the color in the checked radio box.
Current color is blue like below.
I found the issue that seems related twbs/bootstrap#20118
A version what I use is 3.4.1. and there is no _custom.scss file in the library and
I fail to change the color.
Below code failed as well ( change the default color ).
Can you give me some advice?
$brand-primary: $color-point; $brand-info: $color-point; $input-border-focus: $color-point; $state-info-text: $color-point; $btn-default-color: $color-point; $btn-default-bg: $color-point; $btn-default-border: $color-point; $btn-primary-color: $color-point; $btn-primary-bg: $color-point; $btn-primary-border: $color-point;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I want to change the color in the checked radio box.
Current color is blue like below.
I found the issue that seems related twbs/bootstrap#20118
A version what I use is 3.4.1. and there is no _custom.scss file in the library and
I fail to change the color.
Below code failed as well ( change the default color ).
Can you give me some advice?
The text was updated successfully, but these errors were encountered: