Skip to content

Commit

Permalink
오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
guswl98 authored and dongoc committed Nov 16, 2023
1 parent 5fef0b1 commit 1eac473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chat/src/bubble/bubble-ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type BubbleUIProps = (
richBubbleStyle?: {
textItemStyle?: CSSProp
imageItemStyle?: CSSProp
buttonITemStyle?: CSSProp
buttonItemStyle?: CSSProp
}
maxWidthOffset?: BubbleProp['maxWidthOffset']
cloudinaryName?: string
Expand Down Expand Up @@ -138,7 +138,7 @@ export default function BubbleUI({
onButtonClickBeforeRouting={
onRichBubbleBlockClick?.beforeButtonRouting
}
buttonItemStyle={richBubbleStyle?.buttonITemStyle}
buttonItemStyle={richBubbleStyle?.buttonItemStyle}
imageItemStyle={richBubbleStyle?.imageItemStyle}
textItemStyle={richBubbleStyle?.textItemStyle}
hasArrow={hasArrow}
Expand Down

0 comments on commit 1eac473

Please sign in to comment.