Redesign updated - Banner - The header in the app is disabled.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user