You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(theme): replace hardcoded hex colors with CSS variables and apply theme settings at runtime
- Replace #141415 with var(--cortex-bg-primary) across layout components
- Replace #1C1C1D with var(--cortex-bg-secondary) across layout components
- Replace #2E2F31 with var(--cortex-border-default) across layout components
- Replace hardcoded icon/text colors with semantic CSS variables
- Add createEffect in AppCore to apply uiFontFamily, uiFontSize, and
zoomLevel from SettingsContext to document.documentElement.style
- Update tests to match new CSS variable output
Closes #21896, #21897
0 commit comments