Skip to content

Commit

Permalink
feat(AIReplySection): make AI response less prominant
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Mar 28, 2023
1 parent 772cdf3 commit 0ab0c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AIReplySection.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function AIReplySection({ defaultExpand = false, aiReplyText = '' }) {
const [expand, setExpand] = useState(defaultExpand);

return (
<Card>
<Card style={{ background: '#fafafa' }}>
<CardHeader
style={{
display: 'flex',
Expand Down

0 comments on commit 0ab0c00

Please sign in to comment.