Skip to content

Commit dd169d1

Browse files
authored
[Bug]: Text is unavailable for selection on run logs page #2747 (#2763)
1 parent 2d2c53a commit dd169d1

File tree

1 file changed

+1
-0
lines changed
  • frontend/src/pages/Runs/Details/Logs

1 file changed

+1
-0
lines changed

frontend/src/pages/Runs/Details/Logs/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const Logs: React.FC<IProps> = ({ className, projectName, runName, jobSub
3232
terminalInstance.current.options.theme = {
3333
foreground: '#000716',
3434
background: '#ffffff',
35+
selectionBackground: '#B4D5FE',
3536
};
3637
} else {
3738
terminalInstance.current.options.theme = {

0 commit comments

Comments
 (0)