Skip to content

Commit

Permalink
Merge pull request #312 from AppQuality/fixes-pre-release
Browse files Browse the repository at this point in the history
Fixes-pre-release
  • Loading branch information
marcbon authored Jan 29, 2024
2 parents da69ca7 + d1322ea commit 2f7f9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/chat/parts/mentionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Item = styled(Button) <ButtonArgs & { isActive?: boolean }>`
theme.colors.primaryHue,
600,
undefined,
0.08
0.2
)};
`}
`;
Expand Down Expand Up @@ -142,7 +142,7 @@ export const MentionList = forwardRef<MentionListRef, MentionListProps>(
key={index}
onClick={() => selectItem(index)}
>
<MD isBold style={{ color: theme.palette.black }}>
<MD style={{ color: theme.palette.grey[800] }}>
{item.name}
</MD>
<SM style={{ color: theme.palette.grey[600] }}>
Expand Down

0 comments on commit 2f7f9a5

Please sign in to comment.