From ed1eb8a1ed0f9080b65abafb7974856d246e881e Mon Sep 17 00:00:00 2001 From: Mahyar Khanbolooki Date: Wed, 2 Jul 2025 00:57:10 +0330 Subject: [PATCH] fix: profile layout style --- src/app/globals.css | 2 +- src/app/profile/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 7903e3f..cb0e629 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -43,7 +43,7 @@ input[type="password"] { font-weight: normal; speak: none; color: var(--color-disabled); - margin: 10px 0px 10px 0px; + margin: 5px 0px 10px 0px; font-size: 34px; /* Controls dot size (width & height) */ line-height: 8px; diff --git a/src/app/profile/layout.tsx b/src/app/profile/layout.tsx index e050e2c..85f28c1 100644 --- a/src/app/profile/layout.tsx +++ b/src/app/profile/layout.tsx @@ -5,7 +5,7 @@ import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider' export default function ProfileLayout({ children }: { children: React.ReactNode }) { return ( -
+
{children}