Skip to content

Commit

Permalink
fix: chat footer css
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Feb 29, 2024
1 parent 88c4482 commit 04cefe9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ export const ChatFooter = ({ onSend, children }: { onSend: (count: number) => vo
bg: isOverlayChat && isMobile ? '$surface_dim' : '$surface_default',
maxHeight: '$24',
position: 'relative',
minHeight: '$16',
py: '$6',
pl: '$8',
flexGrow: '1',
r: '$1',
Expand Down

0 comments on commit 04cefe9

Please sign in to comment.