Skip to content

Commit 85ea8c3

Browse files
committed
changed color of R
1 parent 1a6ba1b commit 85ea8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/marketplace/MarketplaceCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const MarketplaceCard = ({ proj }: { proj: Project }) => {
112112
/>
113113
<CardHeader
114114
avatar={
115-
<Avatar sx={{ bgcolor: red[500] }} aria-label="recipe">
115+
<Avatar sx={{ bgcolor: '#0bcaa8' }} aria-label="recipe">
116116
{proj.username.slice(0,1).toUpperCase()}
117117
</Avatar>
118118
}

0 commit comments

Comments
 (0)