Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 13, 2024
1 parent 67528ff commit cf3897a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ee/tabby-ui/components/chat/chat-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function ChatPanelRenderer(
<Button
variant="outline"
onClick={() => stop()}
className="bg-background gap-2"
className="gap-2 bg-background"
>
<IconStop />
{!isExtraSmallScreen && 'Stop generating'}
Expand All @@ -170,7 +170,7 @@ function ChatPanelRenderer(
<Button
variant="outline"
onClick={() => reload()}
className="bg-background gap-2"
className="gap-2 bg-background"
>
<IconRefresh />
{!isExtraSmallScreen && 'Regenerate'}
Expand Down Expand Up @@ -205,7 +205,7 @@ function ChatPanelRenderer(
<Button
variant="outline"
onClick={onClearMessages}
className="bg-background gap-2"
className="gap-2 bg-background"
>
<IconTrash />
{!isExtraSmallScreen && 'Clear'}
Expand Down

0 comments on commit cf3897a

Please sign in to comment.