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