Ensure the Creator's Colors are applied to the DonationButton

This commit is contained in:
2024-08-15 15:38:04 -04:00
parent c438bbb570
commit 3fcf9bd67d
4 changed files with 97 additions and 58 deletions

View File

@@ -62,18 +62,24 @@
<subscribe-button :creator="creator"></subscribe-button>
</div>
<donation-button :creator="creator" iconColorClass="text-white"></donation-button>
<donation-button :color-border="creator.colors.menu"
:color-accent="creator.colors.accent"
:creator-id="creator.id"
:creator-name="creator.name"
:creator-logo="creator.images.logo"
iconColorClass="text-white"
></donation-button>
<div class="flex flex-row align-center">
</div>
<!-- Buttons -->
<div class="flex flex-wrap items-center mt-2 sm:mt-8 md:mt-4 lg:mt-0 lg:ml-auto space-x-2 sm:space-x-4">
<publish-content-button :creator="creator"></publish-content-button>
<div class="text-white text-2xl">{{ creator.about.title }}</div>
<creator-about :creator="creator"></creator-about>
<creator-about :creator="creator"></creator-about>
</div>
</div>
</div>