mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
## 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>
|
||
|---|---|---|
| .. | ||
| AccountPage | ||
| admin | ||
| ApiOnlyUser | ||
| ConfirmInvitePage | ||
| ConfirmSSOInvitePage | ||
| DashboardPage | ||
| errors | ||
| ForgotPasswordPage | ||
| hosts | ||
| labels | ||
| LoginPage | ||
| LogoutPage | ||
| ManageControlsPage | ||
| MDMAppleSSOCallbackPage | ||
| MDMAppleSSOPage | ||
| MfaPage | ||
| NoAccessPage | ||
| packs | ||
| policies | ||
| queries | ||
| RegistrationPage | ||
| ResetPasswordPage | ||
| SoftwarePage | ||