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 = {