Redesign updated - Banner - The header in the app is disabled.

This commit is contained in:
PascalMarchesseault
2024-09-19 00:11:03 -04:00
parent 66dadb3cd2
commit 98033203cd
6 changed files with 90 additions and 59 deletions

View File

@@ -32,7 +32,7 @@ function unsubscribeFromCreator() {
<v-btn
:style="{
width: '150px',
height: '32px',
height: '28px',
backgroundColor: colorBorder,
color: 'white',
borderRadius: '8px 0 0 8px',
@@ -44,7 +44,7 @@ function unsubscribeFromCreator() {
}"
@click="subscribeToCreator"
>
<div class="font-bold">Follow</div>
<div>Follow</div>
</v-btn>
</template>
@@ -52,7 +52,7 @@ function unsubscribeFromCreator() {
<v-btn
:style="{
width: '150px',
height: '32px',
height: '28px',
backgroundColor: colorBorder,
color: 'white',
borderRadius: '8px 0 0 8px',
@@ -64,7 +64,7 @@ function unsubscribeFromCreator() {
}"
@click="showUnsubscribeModal = true"
>
<div class="font-bold">{{ $t('subscribebutton.unsubscribe') }}</div>
<div>{{ $t('subscribebutton.unsubscribe') }}</div>
</v-btn>
</template>