Skip to content

Commit

Permalink
fixup: #2149 chat action button style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Jun 27, 2023
1 parent 5b1d45c commit 64c4f51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ function ChatAction(props: {
props.onClick();
setTimeout(updateWidth, 1);
}}
onMouseEnter={updateWidth}
onTouchStart={updateWidth}
style={
{
"--icon-width": `${width.icon}px`,
Expand Down

0 comments on commit 64c4f51

Please sign in to comment.