From ddcbe91cbbcb0c4c3570f8318423b1ddb2add55a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 20:24:20 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- ee/tabby-ui/components/message-markdown/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/tabby-ui/components/message-markdown/index.tsx b/ee/tabby-ui/components/message-markdown/index.tsx index e8f968bce7ab..ffa3127e0727 100644 --- a/ee/tabby-ui/components/message-markdown/index.tsx +++ b/ee/tabby-ui/components/message-markdown/index.tsx @@ -299,7 +299,7 @@ export function MessageMarkdown({ className={cn( className, isClickable - ? 'hover:bg-muted/50 cursor-pointer transition-colors' + ? 'cursor-pointer transition-colors hover:bg-muted/50' : '' )} onClick={() => {