Unify popup UI to TradeAlertModal design system.

Add AppPopup shell, shared CSS, MUI theme overrides, and center positioning for consistent modal styling across frontend and frontend_golden.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-05-23 16:56:37 +09:00
parent 67db5982d9
commit eaf067db1c
15 changed files with 1383 additions and 494 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ export const TradeAlertModal: React.FC<Props> = ({
<div className="tam-overlay">
<div
ref={panelRef}
className="tam-modal"
className="tam-modal app-popup-shell"
style={{
...panelStyle,
zIndex: 10000,