This commit is contained in:
@@ -235,10 +235,10 @@ ${message.value}`,
|
|||||||
class="btn btn-lg w-full shadow-lg transition-all duration-300"
|
class="btn btn-lg w-full shadow-lg transition-all duration-300"
|
||||||
:class="[
|
:class="[
|
||||||
status === 'success'
|
status === 'success'
|
||||||
? 'btn-success text-white shadow-success/25'
|
? 'btn-success text-white'
|
||||||
: status === 'error'
|
: status === 'error'
|
||||||
? 'btn-error text-white shadow-error/25'
|
? 'btn-error text-white'
|
||||||
: 'btn-primary shadow-primary/25 hover:shadow-xl hover:shadow-primary/30',
|
: 'btn-primary',
|
||||||
]"
|
]"
|
||||||
:disabled="status === 'sending' || status === 'success'"
|
:disabled="status === 'sending' || status === 'success'"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user