2
0

(theme) Add corner roundness customization

Closes #415
This commit is contained in:
Baptiste Arnaud
2023-03-22 16:43:34 +01:00
parent 3992227afc
commit 65d33e04bc
30 changed files with 195 additions and 67 deletions

View File

@ -24,6 +24,7 @@ export const chatThemeSchema = z.object({
guestBubbles: containerColorsSchema,
buttons: containerColorsSchema,
inputs: inputColorsSchema,
roundness: z.enum(['none', 'medium', 'large']).optional(),
})
const backgroundSchema = z.object({