Open luciddr34m3r opened 2 years ago
https://github.com/Defaultinator/defaultinator-ui/blob/main/src/components/CredentialCard/CredentialCard.js#L119
The sx prop cannot be passed to a span element. Need to make this a MUI element, probably a Box with display: inline?
sx
span
Box
display: inline
https://github.com/Defaultinator/defaultinator-ui/blob/main/src/components/CredentialCard/CredentialCard.js#L119
The
sx
prop cannot be passed to aspan
element. Need to make this a MUI element, probably aBox
withdisplay: inline
?