2
0

feat(theme): Custom avatars

This commit is contained in:
Baptiste Arnaud
2022-02-16 15:08:50 +01:00
parent 1d3917f440
commit d2ac13ba5f
14 changed files with 294 additions and 81 deletions

View File

@ -9,7 +9,14 @@ export type GeneralTheme = {
background: Background
}
export type AvatarProps = {
isEnabled: boolean
url?: string
}
export type ChatTheme = {
hostAvatar?: AvatarProps
guestAvatar?: AvatarProps
hostBubbles: ContainerColors
guestBubbles: ContainerColors
buttons: ContainerColors