Loading your telecom experience...
Professional Ser Connect with beautiful theme system
Deep Blue, Light Blue & White Color Palette
Deep blue primary palette
Light blue secondary palette
Status and feedback colors
<div className="theme-bg-primary theme-text-primary">
<button className="theme-interactive-primary">Click me</button>
</div><div style={{
backgroundColor: 'var(--bg-primary)',
color: 'var(--fg-primary)'
}}>
Content
</div>const { theme, isDark, colors } = useTheme()
const primaryColor = colors.primary[600]