From a257745377d5deafc537ec3c19845e355c70f983 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Wed, 26 Aug 2026 09:30:30 +0330 Subject: [PATCH] Revert "fix(ui): unify PageHeader with Flutter AppBar specs (56px toolbar, safeArea, sticky blur)" This reverts commit dd0424e5a127f62d520b32c9a472a0430d3a3611. --- .../candidate-contact-client.tsx | 4 +- .../finding-match/finding-match-client.tsx | 4 +- src/app/new-match/new-match-client.tsx | 18 +++- .../request-accepted-client.tsx | 4 +- src/app/request-sent/request-sent-client.tsx | 4 +- src/components/Componentes/page-header.tsx | 82 +++++++------------ 6 files changed, 54 insertions(+), 62 deletions(-) diff --git a/src/app/candidate-contact/candidate-contact-client.tsx b/src/app/candidate-contact/candidate-contact-client.tsx index f31c167..6c3e667 100644 --- a/src/app/candidate-contact/candidate-contact-client.tsx +++ b/src/app/candidate-contact/candidate-contact-client.tsx @@ -130,7 +130,7 @@ export default function CandidateContactClient() { /> ) : null} -
+
) : null} -
+
diff --git a/src/app/finding-match/finding-match-client.tsx b/src/app/finding-match/finding-match-client.tsx index 4a6edfc..f7f09ac 100644 --- a/src/app/finding-match/finding-match-client.tsx +++ b/src/app/finding-match/finding-match-client.tsx @@ -87,9 +87,9 @@ export default function FindingMatchClient() {
- +