Open ghyoo91 opened 1 year ago
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.
Hey there,
Thanks for reporting this issue we'll fix it for the next update.
Regards, Sajad
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.