fix(a11y): WCAG 2 AA contrast, labels and dropdown
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8025858060
commit
70c3ca82ea
8 changed files with 134 additions and 37 deletions
|
|
@ -50,9 +50,9 @@ defmodule MvWeb.MemberFieldLive.FormComponent do
|
|||
<.icon name="hero-arrow-left" class="size-4" />
|
||||
{gettext("Back")}
|
||||
</.button>
|
||||
<h3 class="card-title">
|
||||
<h2 class="card-title text-xl">
|
||||
{gettext("Edit Field: %{field}", field: @field_label)}
|
||||
</h3>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<.form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue