fleet/frontend/pages
kilo-code-bot[bot] d9f7a593d7
Fix h2 heading color on Windows automatic enrollment page (#41835)
## Summary

- Remove incorrect `color: $ui-fleet-black-75` override on `h2` elements
in the Windows automatic enrollment page
(`/settings/integrations/automatic-enrollment/windows`)
- Section headings ("MDM URLs", "Entra tenants") now inherit the global
heading color (`$core-fleet-black` / `#192147`) instead of the muted
body text color (`$ui-fleet-black-75` / `#515774`)
- This aligns the Windows page with the `SectionHeader` component
pattern and all other MDM settings pages in the Fleet UI

## Details

The `_styles.scss` for the Windows automatic enrollment page had an
explicit `color: $ui-fleet-black-75` on `h2` elements, which overrode
the global heading color set in `_global.scss` (`h1, h2, h3 { color:
$core-fleet-black; }`). This made the section headings appear in the
subdued gray color meant for body text rather than the darker color used
for all other headings across the settings UI.

### Changes
-
`frontend/pages/admin/IntegrationsPage/cards/MdmSettings/WindowsAutomaticEnrollmentPage/_styles.scss`:
Removed `color: $ui-fleet-black-75` from `h2` rule

Built for
[Mel](https://fleetdm.slack.com/archives/D0AKX7DJFCN/p1773759260523069)
by [Kilo for Slack](https://kilo.ai/features/slack-integration)

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-03-25 11:59:50 -06:00
..
AccountPage Update modal 'Done' buttons to say 'Close' (#41751) 2026-03-23 09:59:18 -06:00
admin Fix h2 heading color on Windows automatic enrollment page (#41835) 2026-03-25 11:59:50 -06:00
ApiOnlyUser Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
ConfirmInvitePage Fleet UI: Comb through registration buttons (#40444) 2026-02-26 12:13:53 -05:00
ConfirmSSOInvitePage Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
DashboardPage Update modal 'Done' buttons to say 'Close' (#41751) 2026-03-23 09:59:18 -06:00
errors FE: Buttons clean up Part 2 (#28346) 2025-04-23 14:42:30 -04:00
ForgotPasswordPage Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
hosts Enroll secrets modals: Update copy for "All fleets" and "Unassigned" (#42346) 2026-03-25 09:22:47 -03:00
labels Fix caching issues on Labels and Software name edits (#40815) 2026-03-02 16:38:52 -03:00
LoginPage extend the expiration date for the auth token cookie (#41261) 2026-03-10 17:15:09 +00:00
LogoutPage update auth token storage (#40504) 2026-02-26 17:05:13 +00:00
ManageControlsPage Rename custom settings to configuration profiles (#41250) 2026-03-25 10:07:53 +01:00
MDMAppleSSOCallbackPage Fix various issues with Windows/Linux End-User Auth (#35960) 2025-11-21 10:06:30 -06:00
MDMAppleSSOPage End-user authentication for Window/Linux setup experience: backend (#34835) 2025-10-31 11:16:42 -05:00
MfaPage extend the expiration date for the auth token cookie (#41261) 2026-03-10 17:15:09 +00:00
NoAccessPage Fleet UI: Comb through registration buttons (#40444) 2026-02-26 12:13:53 -05:00
packs Rename teams and queries to fleets and reports in UI (#39572) 2026-02-17 15:19:33 -06:00
policies [Host details > Reports] Frontend changes (#42017) 2026-03-24 10:45:34 -03:00
queries [Host details > Reports] Frontend changes (#42017) 2026-03-24 10:45:34 -03:00
RegistrationPage Fleet UI: Comb through registration buttons (#40444) 2026-02-26 12:13:53 -05:00
ResetPasswordPage Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
SoftwarePage Add kitty as a Fleet-maintained app (#41574) 2026-03-23 12:15:07 -05:00