Skip to content

Issue 2: 🎨 Design System - Enhanced Theme & Glassmorphism #599

Description

@arii

Description
Refactor the existing Material-UI theme to support "Glassmorphism" aesthetics, semantic color palettes, and advanced shadow depth. This involves moving from the basic theme to a multi-layered design system.

Technical Specs

  • File: lib/theme.ts
  • Colors: Define semantic states (active, warning, critical, rest).
  • Shadows: Implement a custom shadow array for "glowing" UI elements.
  • Components: Override MuiCard style to include backdropFilter: blur(10px) and linear-gradient backgrounds.

Tasks

  • Rewrite createTheme configuration in lib/theme.ts.
  • Define the new Color Palette (Dark mode default).
  • configure MuiCard and MuiPaper overrides for glass effects.
  • Update app/layout.tsx (if necessary) to ensure the background color is applied globally.

Labels: frontend, ui/ux, theme
Priority: P1 - High


Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions