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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user