Skip to content

Commit 332014f

Browse files
authored
[ez][HUD] fix odc repro command background color for dark mode (#7524)
old: <img width="702" height="118" alt="image" src="https://github.com/user-attachments/assets/3329cd67-9605-4d63-9d0d-bc677410b0b1" /> <img width="701" height="121" alt="image" src="https://github.com/user-attachments/assets/939cc19c-be41-4d65-a2a8-f7098cf9ce37" /> new: <img width="704" height="114" alt="image" src="https://github.com/user-attachments/assets/df8314d6-b5f3-49f0-9b31-cea914a07bc9" /> <img width="708" height="116" alt="image" src="https://github.com/user-attachments/assets/87361f6f-77f1-4f6b-8bdd-ac5e1ff7034a" />
1 parent 4d6ed89 commit 332014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/components/job/ODCCommand.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function TerminalCopyBox({ text }: { text: string }) {
273273
return (
274274
<Box
275275
sx={{
276-
backgroundColor: "#f5f5f5",
276+
backgroundColor: "#b4b4b43f",
277277
padding: "10px",
278278
borderRadius: "5px",
279279
marginTop: "10px",

0 commit comments

Comments
 (0)