Skip to content

Commit

Permalink
chore: update custom trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Jan 23, 2024
1 parent a62b2b8 commit b01dc59
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ const CustomTrigger = React.forwardRef<
) => {
return (
<BaseBox
width="80px"
height="80px"
backgroundColor="surface.background.level2.lowContrast"
textAlign="center"
ref={ref}
tabIndex={0}
onBlur={onBlur}
Expand Down

0 comments on commit b01dc59

Please sign in to comment.