We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6ba1b commit 85ea8c3Copy full SHA for 85ea8c3
app/src/components/marketplace/MarketplaceCard.tsx
@@ -112,7 +112,7 @@ const MarketplaceCard = ({ proj }: { proj: Project }) => {
112
/>
113
<CardHeader
114
avatar={
115
- <Avatar sx={{ bgcolor: red[500] }} aria-label="recipe">
+ <Avatar sx={{ bgcolor: '#0bcaa8' }} aria-label="recipe">
116
{proj.username.slice(0,1).toUpperCase()}
117
</Avatar>
118
}
0 commit comments