Skip to content

Commit c42fc41

Browse files
committed
fix: update Tooltip size from small to medium in ObservationWrapper
1 parent c5ba49e commit c42fc41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Video/components/Transcript/TranscriptTheme/ObservationWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const ObservationWrapper = ({
3939
}}
4040
>
4141
<Tooltip
42-
size="small"
42+
size="medium"
4343
isTransparent
4444
content={
4545
<TagWrapper>

0 commit comments

Comments
 (0)