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