Applying new redesign.
This commit is contained in:
@@ -30,12 +30,13 @@ function unsubscribeFromCreator() {
|
||||
<template>
|
||||
<template v-if="isSubscribe">
|
||||
<v-btn
|
||||
class="mr-4"
|
||||
:style="{
|
||||
width: '150px',
|
||||
height: '32px',
|
||||
backgroundColor: colorBorder,
|
||||
color: 'white',
|
||||
borderRadius: '8px',
|
||||
padding: '20px 24px',
|
||||
borderRadius: '0 8px 8px 0',
|
||||
padding: '10px 24px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
@@ -45,16 +46,17 @@ function unsubscribeFromCreator() {
|
||||
>
|
||||
<div class="font-bold">{{ $t('subscribebutton.subscribe') }}</div>
|
||||
</v-btn>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<template v-else>
|
||||
<v-btn
|
||||
class="mr-4"
|
||||
<v-btn
|
||||
:style="{
|
||||
width: '150px',
|
||||
height: '32px',
|
||||
backgroundColor: colorBorder,
|
||||
color: 'white',
|
||||
borderRadius: '8px',
|
||||
padding: '20px 24px',
|
||||
borderRadius: '0 8px 8px 0',
|
||||
padding: '10px 24px',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
|
||||
Reference in New Issue
Block a user