Adds ChangeColors for Creators

This commit is contained in:
Jonathan Bourdon
2024-08-06 02:48:39 -04:00
parent dc406f5953
commit b347fac69a
7 changed files with 188 additions and 127 deletions

View File

@@ -53,10 +53,7 @@
<!-- User Info -->
<div class="mt-2 flex flex-col items-center lg:items-start lg:ml-64">
<div class="text-3xl font-bold text-center lg:text-left md:mt-24 lg:mt-0 sm:mt-24 mt-24 text-white cap ">
<p class="capitalize">{{creator.name}}</p>
</div>
<div class="text-2xl text-center lg:text-left">
<p :style="{ color: creator.profileColors.accent }">{{ creator.occupation }}</p>
<p class="capitalize">{{ creator.name }}</p>
</div>
<div class="text-lg text-white">{{ creator.subscriberCount }} Abonnés</div>
</div>
@@ -88,7 +85,7 @@ const props = defineProps({
function GetSocialsUrls() {
const socials = [];
if (props.creator.socials.facebookUrl !== null) {
socials.push({
icon: "mdi-facebook",