creativetimofficial / material-kit-react

Material Kit React free and open source by Creative Tim
https://www.creative-tim.com/product/material-kit-react?ref=mkr-readme
1.19k stars 2.13k forks source link

fixed [Bug] MKButtonRoot's typo #113 #117

Open Vivek7038 opened 1 year ago

Vivek7038 commented 1 year ago

fix #113 What is was happening? material-kit-react/src/components/MKButton/MKButtonRoot.js

Line 70 : if (color === "darfault") { i changed it to Line 70 : if (color === "default") {