UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

4 lines (3 loc) 144 B
export const getSurfaceColor = (theme) => { return theme.palette.mode === 'dark' ? theme.palette.grey[900] : theme.palette.grey[200]; };