Skip to content

Commit

Permalink
Improve looks
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jul 9, 2023
1 parent acfbb10 commit c3dcc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/chat/components/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export function Composer(props: {

const chatButton = (
<Button
fullWidth variant={isWriteUser ? 'outlined' : 'solid'} color={isReAct ? 'info' : isFollowUp ? 'warning' : 'primary'} disabled={!props.conversationId || !chatLLM}
fullWidth variant={isWriteUser ? 'soft' : 'solid'} color={isReAct ? 'info' : isFollowUp ? 'warning' : 'primary'} disabled={!props.conversationId || !chatLLM}
onClick={handleSendClicked} onDoubleClick={handleToggleChatMode}
endDecorator={isWriteUser ? <SendIcon sx={{ fontSize: 18 }} /> : isReAct ? <PsychologyIcon /> : <TelegramIcon />}
>
Expand Down Expand Up @@ -599,7 +599,7 @@ export function Composer(props: {
Stop
</Button>
) : /*(!goofyLabs && isImmediate) ? chatButton :*/ (
<ButtonGroup variant={isWriteUser ? 'outlined' : 'solid'} color={isReAct ? 'info' : isFollowUp ? 'warning' : 'primary'} sx={{ flexGrow: 1 }}>
<ButtonGroup variant={isWriteUser ? 'solid' : 'solid'} color={isReAct ? 'info' : isFollowUp ? 'warning' : 'primary'} sx={{ flexGrow: 1 }}>
{chatButton}
<IconButton disabled={!props.conversationId || !chatLLM || !!chatModeMenuAnchor} onClick={handleToggleChatMode}>
<ExpandLessIcon />
Expand Down

1 comment on commit c3dcc74

@vercel
Copy link

@vercel vercel bot commented on c3dcc74 Jul 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
big-agi-enricoros.vercel.app
get.big-agi.com

Please sign in to comment.