Skip to content

Commit

Permalink
BotChatMessage: make thumbs rating icons more apparent
Browse files Browse the repository at this point in the history
  • Loading branch information
CPunch committed Jul 10, 2024
1 parent 8f2cbf0 commit 05db7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/botChatMessage/BotChatMessage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const BotChatMessage = ({ payload, messageBoxRef }) => {
>
<FontAwesomeIcon
icon={regularThumbsUp}
size="sm"
size="lg"
style={{ color: rating === 1 ? "#037103" : null }}
/>
</button>
Expand All @@ -158,7 +158,7 @@ export const BotChatMessage = ({ payload, messageBoxRef }) => {
>
<FontAwesomeIcon
icon={regularThumbsDown}
size="sm"
size="lg"
style={{ color: rating === -1 ? "#cc0000" : null }}
/>
</button>
Expand Down

0 comments on commit 05db7ad

Please sign in to comment.