Update post btn

This commit is contained in:
PascalMarchesseault
2024-08-07 21:47:47 -04:00
parent a8d6c42060
commit 906fb704b6
3 changed files with 50 additions and 39 deletions

View File

@@ -45,7 +45,7 @@
class="rounded-full border-solid border-2 z-20 lg:max-w-[200px] max-w-[200px] h-auto"
:src="creator.images.logo"
alt="Profile Picture"
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px' /* Adjust the height here */ }"
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px'}"
/>
</div>
</div>