-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
[Bug] MKButtonRoot's typo #113
Comments
Hey there, Thanks for reporting this issue we'll fix it for the next update. Regards, |
Vivek7038
added a commit
to Vivek7038/material-kit-react
that referenced
this issue
May 31, 2023
Likhil022
added a commit
to Likhil022/material-kit-react
that referenced
this issue
Nov 7, 2024
Fixed issue No creativetimofficial#113. please review it.
Likhil022
added a commit
to Likhil022/material-kit-react
that referenced
this issue
Nov 7, 2024
Fixed issue creativetimofficial#113, please check it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: