fix: improve contrast for 'No description' text to meet WCAG 2 AA

Change text-base-content/50 to text-base-content/70 for better
accessibility contrast ratio in role index and show pages
This commit is contained in:
Moritz 2026-01-08 12:00:38 +01:00
parent a24bbc2188
commit 954fc4261a
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ defmodule MvWeb.RoleLive.Show do
<%= if @role.description do %>
{@role.description}
<% else %>
<span class="text-base-content/50 italic">{gettext("No description")}</span>
<span class="text-base-content/70 italic">{gettext("No description")}</span>
<% end %>
</:item>
<:item title={gettext("Permission Set")}>