material-kit-react icon indicating copy to clipboard operation
material-kit-react copied to clipboard

fixed [Bug] MKButtonRoot's typo #113

Open Vivek7038 opened this issue 1 year ago • 0 comments

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") {

Vivek7038 avatar May 31 '23 13:05 Vivek7038