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
2.1.0
https://github.com/creativetimofficial/material-kit-react/blob/main/src/components/MKButton/MKButtonRoot.js
Any
material-kit-react/src/components/MKButton/MKButtonRoot.js
Line 70 : if (color === "default") {
Line 70 : if (color === "darfault") {
It's just small typo, and I don't think "darfault" option is an intended option.
The text was updated successfully, but these errors were encountered:
Hey there,
Thanks for reporting this issue we'll fix it for the next update.
Regards, Sajad
Sorry, something went wrong.
fixed [Bug] MKButtonRoot's typo creativetimofficial#113
53a6413
Successfully merging a pull request may close this issue.
Version
2.1.0
Reproduction link
https://github.com/creativetimofficial/material-kit-react/blob/main/src/components/MKButton/MKButtonRoot.js
Operating System
Any
Device
Any
Browser & Version
Any
Steps to reproduce
What is expected?
material-kit-react/src/components/MKButton/MKButtonRoot.js
Line 70 : if (color === "default") {
What is actually happening?
material-kit-react/src/components/MKButton/MKButtonRoot.js
Line 70 : if (color === "darfault") {
Solution
Additional comments
It's just small typo, and I don't think "darfault" option is an intended option.
The text was updated successfully, but these errors were encountered: