diff --git a/src/pages/profile/ui/ProfilePage.module.css b/src/pages/profile/ui/ProfilePage.module.css index 5e7bf29..f381a90 100644 --- a/src/pages/profile/ui/ProfilePage.module.css +++ b/src/pages/profile/ui/ProfilePage.module.css @@ -5,6 +5,17 @@ background: var(--bg-deep); } +.kycBanner { + width: 100%; + padding: 10px 24px; + background: var(--error, #ff4466); + color: #fff; + font-size: 13px; + font-weight: 500; + text-align: center; + line-height: 1.4; +} + .main { max-width: 1024px; width: 100%; diff --git a/src/pages/profile/ui/ProfilePage.tsx b/src/pages/profile/ui/ProfilePage.tsx index aeda25e..b439301 100644 --- a/src/pages/profile/ui/ProfilePage.tsx +++ b/src/pages/profile/ui/ProfilePage.tsx @@ -14,6 +14,11 @@ export function ProfilePage() { return (