ui: Fix dark theme color for form help text

- Use the right CSS variable.

Tests:

- In a form, the help text for an input is unchanged in light mode. And in dark
mode, it is more appropriate.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-29 10:30:21 +05:30 committed by James Valleroy
parent b166404b0a
commit d6b5b3bed2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -71,7 +71,7 @@ h6:not(:first-child) {
display: block;
margin-top: 0.3125rem;
margin-bottom: 0.625rem;
color: var(--bs-secondary);
color: var(--bs-secondary-color);
}
/* .close was renamed to .alert-dismissable.btn-close in Bootstrap 5, needs