mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
ChatMessage: tint avatar button
This commit is contained in:
@@ -687,8 +687,8 @@ export function ChatMessage(props: {
|
||||
) : (
|
||||
<IconButton
|
||||
size='sm'
|
||||
variant={opsMenuAnchor ? 'solid' : (zenMode && fromAssistant) ? 'plain' : 'soft'}
|
||||
color={(fromAssistant || fromSystem) ? 'neutral' : 'primary'}
|
||||
variant={opsMenuAnchor ? 'solid' : zenMode ? 'plain' : 'soft'}
|
||||
color={(fromAssistant || fromSystem || zenMode) ? 'neutral' : userCommandApprox === 'draw' ? 'warning' : userCommandApprox === 'react' ? 'success' : 'primary'}
|
||||
sx={avatarIconSx}
|
||||
>
|
||||
<MoreVertIcon />
|
||||
|
||||
Reference in New Issue
Block a user