updated collaborator invite success text
This commit is contained in:
parent
fdd3bc1f5a
commit
4a53125c54
1 changed files with 5 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ getRoles()
|
||||||
<label for="invite-collaborators-input">Invite Collaborators</label>
|
<label for="invite-collaborators-input">Invite Collaborators</label>
|
||||||
<textarea v-model="collaboratorInvites" name="invite-collaborators-input" type="text"></textarea>
|
<textarea v-model="collaboratorInvites" name="invite-collaborators-input" type="text"></textarea>
|
||||||
<button>Send Invites</button>
|
<button>Send Invites</button>
|
||||||
<span v-if="responseMessage">{{ responseMessage }}</span>
|
<span v-if="responseMessage" class="success-message">{{ responseMessage }}</span>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="isOwner" class="list-setting">
|
<li v-if="isOwner" class="list-setting">
|
||||||
|
|
@ -212,5 +212,9 @@ details ul > li:not(:last-child) {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.success-message {
|
||||||
|
color: var(--color-success-text);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue