Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed May 23, 2024
1 parent 2e9c8b0 commit 59e20b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export const ChatFooter = ({ onSend, children }: { onSend: (count: number) => vo
bg: isOverlayChat && isMobile ? '$surface_dim' : '$surface_default',
minHeight: '$16',
position: 'relative',
py: '$6',
py: isOverlayChat && isMobile ? '$2' : '$6',
pl: '$8',
flexGrow: 1,
r: '$1',
Expand Down

0 comments on commit 59e20b5

Please sign in to comment.