From 4a53125c549c2706012f0d78223c3ba866784c13 Mon Sep 17 00:00:00 2001 From: "Edward Tirado Jr." Date: Mon, 20 Apr 2026 23:54:43 -0500 Subject: [PATCH] updated collaborator invite success text --- app/components/list-settings.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/components/list-settings.vue b/app/components/list-settings.vue index b0b590b..49a2d66 100644 --- a/app/components/list-settings.vue +++ b/app/components/list-settings.vue @@ -126,7 +126,7 @@ getRoles() - {{ responseMessage }} + {{ responseMessage }}
  • @@ -212,5 +212,9 @@ details ul > li:not(:last-child) { border-bottom: none; } +.success-message { + color: var(--color-success-text); +} + \ No newline at end of file