A decentralized music tracking and discovery platform built on AT Protocol 🎵

Update placeholder avatar colors

+2 -2
+2 -2
apps/web/src/pages/profile/overview/topartists/TopArtists.tsx
··· 290 290 /> 291 291 )} 292 292 {!row.picture && ( 293 - <div className="w-[60px] h-[60px] rounded-full bg-[rgba(243, 243, 243, 0.725)] flex justify-center items-center mr-[20px]"> 293 + <div className="w-[60px] h-[60px] rounded-full bg-[#00f1f3] flex justify-center items-center mr-[20px]"> 294 294 <div className="h-[30px] w-[30px]"> 295 - <Artist color="rgba(66, 87, 108, 0.65)" /> 295 + <Artist color="#020618" /> 296 296 </div> 297 297 </div> 298 298 )}