From a4e63b8a41ec063e784c3abd952597694fb73b54 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 24 Oct 2022 10:15:03 +0800 Subject: [PATCH] [portal] standardize colors --- .../portal/src/components/global/AppShell.tsx | 8 ++-- .../components/global/MobileNavigation.tsx | 2 +- .../src/components/offers/Breadcrumb.tsx | 6 +-- .../src/components/offers/OffersTitle.tsx | 4 +- .../offersSubmission/OffersProfileSave.tsx | 8 ++-- .../submissionForm/BackgroundForm.tsx | 16 +++---- .../submissionForm/OfferDetailsForm.tsx | 6 +-- .../offers/profile/EducationCard.tsx | 2 +- .../components/offers/profile/OfferCard.tsx | 6 +-- .../offers/profile/ProfilePhotoHolder.tsx | 4 +- .../offers/profile/comments/CommentCard.tsx | 4 +- .../src/components/offers/table/OffersRow.tsx | 6 +-- .../components/offers/table/OffersTable.tsx | 4 +- .../offers/table/OffersTablePagination.tsx | 6 +-- .../questions/ContributeQuestionCard.tsx | 2 +- .../questions/ContributeQuestionDialog.tsx | 4 +- .../card/question/BaseQuestionCard.tsx | 2 +- .../forms/ContributeQuestionForm.tsx | 4 +- .../resumes/browse/ResumeFilterPill.tsx | 4 +- .../resumes/browse/ResumeListItem.tsx | 2 +- .../comments/ResumeCommentListItem.tsx | 14 +++--- .../resumes/comments/ResumeCommentsForm.tsx | 6 +-- .../resumes/comments/ResumeCommentsList.tsx | 2 +- .../comments/ResumeCommentsSection.tsx | 4 +- .../comment/ResumeCommentVoteButtons.tsx | 12 ++--- .../resumes/landing/CallToAction.tsx | 6 +-- .../src/components/resumes/landing/Hero.tsx | 8 ++-- .../resumes/landing/PrimaryFeatures.tsx | 2 +- .../resumes/landing/Testimonials.tsx | 2 +- .../resumes/shared/ResumeExpandableText.tsx | 2 +- apps/portal/src/pages/_document.tsx | 2 +- apps/portal/src/pages/offers/index.tsx | 2 +- apps/portal/src/pages/questions/lists.tsx | 4 +- apps/portal/src/pages/resumes/[resumeId].tsx | 30 ++++++------ apps/portal/src/pages/resumes/browse.tsx | 36 +++++++-------- apps/portal/src/pages/resumes/submit.tsx | 14 +++--- apps/portal/src/pages/todos/index.tsx | 46 +++++++++---------- apps/portal/src/pages/todos/new.tsx | 10 ++-- 38 files changed, 151 insertions(+), 151 deletions(-) diff --git a/apps/portal/src/components/global/AppShell.tsx b/apps/portal/src/components/global/AppShell.tsx index bcb9af67..a458a433 100644 --- a/apps/portal/src/components/global/AppShell.tsx +++ b/apps/portal/src/components/global/AppShell.tsx @@ -85,8 +85,8 @@ function ProfileJewel() { {({ active }) => ( @@ -178,9 +178,9 @@ export default function AppShell({ children }: Props) { {/* Content area */}
-
+