Skip to content

Commit

Permalink
chore: chat composer attachment card changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed Mar 6, 2023
1 parent 5605eb4 commit 823f77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ChatAttachmentDescription = React.forwardRef<HTMLElement, ChatAttachmentDe
as="div"
fontSize="fontSize20"
color={variant === 'inbound' ? 'colorTextWeak' : 'colorTextInverse'}
lineHeight="lineHeight10"
lineHeight="lineHeight20"
>
{children}
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const ComposerAttachmentCard = React.forwardRef<HTMLDivElement, ComposerAttachme
<Box
{...safelySpreadBoxProps(props)}
ref={ref}
padding="space30"
paddingY="space30"
paddingX="space40"
borderStyle="solid"
borderColor="colorBorderWeaker"
borderRadius="borderRadius30"
Expand Down

0 comments on commit 823f77a

Please sign in to comment.