From 8764a671021673847e02dc436afa9f175f238c5a Mon Sep 17 00:00:00 2001 From: Oleg Vavilov Date: Thu, 5 Jun 2025 23:30:39 +0300 Subject: [PATCH] [Bug]: Text is unavailable for selection on run logs page #2747 --- frontend/src/pages/Runs/Details/Logs/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/Runs/Details/Logs/index.tsx b/frontend/src/pages/Runs/Details/Logs/index.tsx index 29f5da7bc..8af316a75 100644 --- a/frontend/src/pages/Runs/Details/Logs/index.tsx +++ b/frontend/src/pages/Runs/Details/Logs/index.tsx @@ -32,6 +32,7 @@ export const Logs: React.FC = ({ className, projectName, runName, jobSub terminalInstance.current.options.theme = { foreground: '#000716', background: '#ffffff', + selectionBackground: '#B4D5FE', }; } else { terminalInstance.current.options.theme = {