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