Release Notes
Nov 20 2024
3.0.67
Features
-
[UI Customization]: Introducing Themes! Now you can customize the look and feel of Velt components using CSS variables. This enables you to match Velt’s UI with your application’s design system.
-
The following components now support theming (others will be added soon):
- Comment Components
- Recording Components
- Reactions
-
You can customize:
- Border radius
- Spacing
- Typography
- Colors for light and dark modes
- Base Colors
- Accent Colors
- Text Shades
- Background Shades
- Border Shades
- Status Colors (error, warning, success)
- Transparent colors
-
Learn more about UI Customization here.
-
- Example of theme customisation:
- You can update the following variables in
<body>
tag to change the theme. - For testing, try copy pasting the following sample themes in body tag:
- You can update the following variables in
Was this page helpful?