fix(dees-simple-appdash,dees-simple-login): migrate app dashboard and login styles to shared theme CSS variables

This commit is contained in:
2026-04-04 09:42:44 +00:00
parent f352314971
commit fe9eb21fe0
4 changed files with 42 additions and 38 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-04 - 3.55.2 - fix(dees-simple-appdash,dees-simple-login)
migrate app dashboard and login styles to shared theme CSS variables
- Replaces hardcoded bdTheme color values with --dees-* design tokens across dashboard and login components
- Aligns backgrounds, borders, text, hover, active, and scrollbar colors with the shared theming system
## 2026-04-04 - 3.55.1 - fix(appui)
replace hardcoded app UI theme colors with shared dees CSS variables