mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-03-13 19:22:32 +00:00
Success green
This commit is contained in:
parent
fc6496d685
commit
f3a9150034
@ -123,7 +123,7 @@ class NameRegistration extends LitElement {
|
||||
?active="${this.registerNameLoading}"
|
||||
alt="Registering Name"></paper-spinner-lite>
|
||||
</span>
|
||||
<span ?hidden=${this.message === ''} style="${this.error ? 'color:red;' : ''}">
|
||||
<span ?hidden=${this.message === ''} style="${this.error ? 'color:red;' : 'color:green;'}">
|
||||
${this.message}
|
||||
</span><br>
|
||||
<span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user