Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekkalra authored Oct 17, 2023
1 parent 76b7600 commit 87a7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embeds/js/src/features/bubble/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export type BubbleTheme = {
chatWindow?: ChatWindowTheme
button?: ButtonTheme
previewMessage?: PreviewMessageTheme
placement?: 'left' | 'right',
placement?: 'left' | 'right'
height?: string
width?: string
}
Expand Down

0 comments on commit 87a7e8b

Please sign in to comment.