Skip to content

Commit

Permalink
fix: thread cancel button variant (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Jul 2, 2024
1 parent 75b351d commit 7427b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const Composer: FC = () => {
<ComposerPrimitive.Cancel asChild>
<TooltipIconButton
tooltip="Cancel"
variant="outline"
variant="default"
className="absolute bottom-0 right-0 m-2.5 size-8 p-2 transition-opacity"
>
<CircleStopIcon />
Expand Down

0 comments on commit 7427b09

Please sign in to comment.