Appearance
Theme
{(['dark', 'light'] as const).map((t) => (
))}
Accent Color
{accentColors.map((a) => (
))}
Sidebar Expanded by Default
setSidebarExpanded((v) => !v)} />
Animations
setAnimations((v) => !v)} />
)
}
function IntegrationsSection() {
const [revealed, setRevealed] = useState