From e4cbbdcd9e1fb99af57a72f18fb7a4e3d06f36b9 Mon Sep 17 00:00:00 2001 From: AngelaZQ1 Date: Fri, 1 Mar 2024 15:12:29 -0500 Subject: [PATCH] use chakra sizing --- .../frontend/components/AddCourseModal/AddCourseModal.tsx | 6 +++--- packages/frontend/components/AddCourseModal/NUPathLabel.tsx | 2 +- .../frontend/components/AddCourseModal/SearchResult.tsx | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/frontend/components/AddCourseModal/AddCourseModal.tsx b/packages/frontend/components/AddCourseModal/AddCourseModal.tsx index 218291a5c..b94ac75ae 100644 --- a/packages/frontend/components/AddCourseModal/AddCourseModal.tsx +++ b/packages/frontend/components/AddCourseModal/AddCourseModal.tsx @@ -185,7 +185,7 @@ export const AddCourseModal: React.FC = ({ direction="column" height="300px" overflow="scroll" - marginTop="4" + marginTop="sm" > {/* No course search */} {!error && (!courses || courses.length === 0) && ( @@ -242,12 +242,12 @@ export const AddCourseModal: React.FC = ({ {/* Selected Courses Area */} - + Courses to Add: = ({ } return ( - + {nuPaths.map((nuPath) => ( = ({ - + {getCourseDisplayString(course)}