Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Kanban › Could someone please assist me with: Kanban? › Reply To: Could someone please assist me with: Kanban?
August 11, 2025 at 7:54 am
#112841
Keymaster
Hi,
You can theme Smart Kanban in a web project by overriding its built-in CSS variables and styles, without modifying the library’s core files.
Smart UI components, including Kanban, are built with CSS custom properties (variables), which makes theming straightforward.
For example:
--smart-primary: #3f51b5;
--smart-background: #ffffff;
--smart-surface: #f5f5f5;
--smart-border-color: #ddd;
--smart-border-radius: 4px;
--smart-font-size: 14px;
--smart-kanban-column-header-background: #f0f0f0;
--smart-kanban-task-background: #fff;
Best regards,
Markov
Smart UI Team
https://www.htmlelements.com/