Browse Source

Success green

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
f3a9150034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

2
qortal-ui-plugins/plugins/core/name-registration/name-registration.src.js

@ -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…
Cancel
Save