Skip to content

Commit c8fa01d

Browse files
olgennhaydnli-shopify
authored andcommitted
[Bug]: Text is unavailable for selection on run logs page dstackai#2747 (dstackai#2763)
1 parent f70426c commit c8fa01d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • frontend/src/pages/Runs/Details/Logs

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)