bbovenzi commented on code in PR #56216:
URL: https://github.com/apache/airflow/pull/56216#discussion_r2388992490


##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogContent.tsx:
##########
@@ -116,7 +116,7 @@ export const TaskLogContent = ({ error, isLoading, 
logError, parsedLogs, wrap }:
       <Code
         css={{
           "& *::selection": {
-            bg: "brand.subtle",
+            bg: "gray.emphasized",
           },
         }}

Review Comment:
   Let's just remove this whole css prop
   
   Sorry, I deleted my comment, retested it and confirm that it should work



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to