AI Clinical Dev Team
0f0940534f
fix: resolve black code block background and Ant Design warnings
Issue 1: Black background appearing in chat (CRITICAL)
- Cause: Using vscDarkPlus (dark theme) for code syntax highlighting
- Solution: Changed to oneLight (light theme) + custom styling
- Result: Code blocks now have light gray background matching UI
Issue 2: Ant Design deprecation warnings
- Removed deprecated 'popupClassName' from Select
- Removed deprecated 'overlayStyle' from Tooltip
- These warnings don't affect functionality but cleaned up console
Changes:
- MessageList.tsx: vscDarkPlus 鈫?oneLight + custom styles
- ModelSelector.tsx: Removed deprecated props
Test: Ask AI to write code, should see light-themed code blocks
2025-10-10 22:24:09 +08:00
..
2025-10-10 20:52:30 +08:00
2025-10-10 20:52:30 +08:00
2025-10-10 22:01:09 +08:00
2025-10-10 22:24:09 +08:00
2025-10-10 20:52:30 +08:00
2025-10-10 22:24:09 +08:00