Description
The application currently displays skeleton loading placeholders using a bright blue background color during page and data loading states. This color is visually distracting and does not align with the overall design system.
The skeleton loader should be updated to use a neutral white/light-gray color palette that better matches the application's UI and provides a cleaner loading experience.
Current Behavior
- Skeleton placeholders appear with a blue background.
- Loading state draws excessive attention away from the rest of the interface.
- Visual inconsistency with the application's color scheme.
Expected Behavior
- Skeleton loaders should use white or neutral gray shades.
- Loading placeholders should blend naturally with the application's theme.
- Any shimmer or pulse animation should remain functional after the color update.
Implementation Notes
- Identify all skeleton loader components used across the application.
- Replace blue background classes/tokens with neutral colors from the design system.
- Verify loading states across dashboard pages, project views, services pages, and other data-driven screens.
- Ensure both light and dark mode themes remain visually consistent.
Acceptance Criteria
Description
The application currently displays skeleton loading placeholders using a bright blue background color during page and data loading states. This color is visually distracting and does not align with the overall design system.
The skeleton loader should be updated to use a neutral white/light-gray color palette that better matches the application's UI and provides a cleaner loading experience.
Current Behavior
Expected Behavior
Implementation Notes
Acceptance Criteria