Customize CSS
Themes
Overview
- Customize the appearance of all Velt components to match your product’s design system.
- Theme customization works even when Velt’s Shadow DOM is enabled, as long as you set the CSS variables on the
<body>
tag. - 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
- The following components now support theming (others will be added soon):
- Comment Components
- Recording Components
- Reactions
Available Theme Variables
Example
- 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:
Was this page helpful?