Skip to content

Commit

Permalink
style: adjust styling for oauth buttons in chat
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Nov 8, 2024
1 parent bfc85e6 commit 1789441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/admin/app/components/chat/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function PromptMessage({ prompt }: { prompt: OAuthPrompt }) {
Tool Call requires authentication
</TypographyP>

<Button asChild>
<Button asChild variant="secondary">
<a
rel="noreferrer"
target="_blank"
Expand All @@ -152,7 +152,7 @@ function PromptMessage({ prompt }: { prompt: OAuthPrompt }) {
icon={prompt.metadata?.icon}
category={prompt.metadata?.category}
name={prompt.name}
className="w-5 h-5 invert dark:invert-0"
className="w-5 h-5"
disableTooltip
/>
Authenticate with {prompt.metadata?.category}
Expand Down

0 comments on commit 1789441

Please sign in to comment.