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
Describe the bug Background color of the checkbox uses BackgroundColor property instead of BoxBackgroundColor
To Reproduce Steps to reproduce the behavior:
Expected behavior The background of checkbox should be red
Smartphone (please complete the following information):
Additional context In UpdateColors it should be using BoxBackgroundColor instead of BackgroundColor property
UpdateColors
The text was updated successfully, but these errors were encountered:
@Giorgi Yeah, You're right. A mistake was happened while updating v3. I'm working on it
Sorry, something went wrong.
Fixed BoxBackgroundColor behavior of CheckBox ( #119 )
9c21f4d
@Giorgi Can you check v3.0.8
enisn
No branches or pull requests
Describe the bug
Background color of the checkbox uses BackgroundColor property instead of BoxBackgroundColor
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The background of checkbox should be red
Smartphone (please complete the following information):
Additional context
In
UpdateColors
it should be using BoxBackgroundColor instead of BackgroundColor propertyThe text was updated successfully, but these errors were encountered: