Fix .icon-white to use --body-bg CSS variable for proper theming

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-30 06:35:11 +00:00
parent fe1c6f02f3
commit 162fd5e250

View File

@@ -14609,7 +14609,7 @@ li.current a {
}
.icon-white {
color: var(--body-color);
color: var(--body-bg);
}
.input-group-text::before {