Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

CredentialCard 'Created' text malaligned #42

Open luciddr34m3r opened 2 years ago

luciddr34m3r commented 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?