diff --git a/frontend/src/components/FocusInfo.tsx b/frontend/src/components/FocusInfo.tsx index c080b57..cdd2c08 100644 --- a/frontend/src/components/FocusInfo.tsx +++ b/frontend/src/components/FocusInfo.tsx @@ -48,6 +48,9 @@ export function FocusInfo({ body, onClose }: FocusInfoProps) { padding: 0 !important; overflow: hidden !important; } + .terminal-modal .ant-modal-body { + background-color: #0d1117 !important; + } .terminal-modal .ant-modal-header { background-color: #161b22 !important; border-bottom: 1px solid #238636 !important; @@ -76,7 +79,7 @@ export function FocusInfo({ body, onClose }: FocusInfoProps) {