feat(theme): ✨ Add custom css settings
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
export type Theme = {
|
||||
general?: GeneralTheme
|
||||
chat?: ChatTheme
|
||||
customCss?: string
|
||||
}
|
||||
|
||||
export type GeneralTheme = {
|
||||
|
Reference in New Issue
Block a user