diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index 471b9083..c4406435 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -18,8 +18,7 @@ export const colors = { theme: { red: '#D10000', black: '#1A2024', - offwhite1: ' #D6D2C450', - offwhite2: '#D6D2C420', + offwhite: '#D6D2C4', black1: '#333F4850', black2: '#333F4820', staticwhite: '#FFFFFF', diff --git a/src/views/components/calendar/Calendar.tsx b/src/views/components/calendar/Calendar.tsx index 9f20ead0..341d9a41 100644 --- a/src/views/components/calendar/Calendar.tsx +++ b/src/views/components/calendar/Calendar.tsx @@ -65,7 +65,7 @@ export default function Calendar(): JSX.Element {
0; return ( -
+
{displayCourses && ( <> - - ASYNC / OTHER + + Unscheduled - +
@@ -46,7 +46,7 @@ export default function CalendarBottomBar({ courseCells, setCourse }: CalendarBo courseDeptAndInstr={courseDeptAndInstr} status={status} key={courseDeptAndInstr} - className={clsx(className, 'w-35! h-15!')} + className={clsx(className, 'w-35! h-12.5! items-center')} onClick={() => setCourse(block.course)} blockData={block} /> diff --git a/src/views/components/common/Divider.tsx b/src/views/components/common/Divider.tsx index 17671926..18030bc0 100644 --- a/src/views/components/common/Divider.tsx +++ b/src/views/components/common/Divider.tsx @@ -41,7 +41,7 @@ export default function Divider({ className, testId, size, orientation }: Divide
); } diff --git a/src/views/components/common/ScheduleListItem.tsx b/src/views/components/common/ScheduleListItem.tsx index 0ba246d6..0a2a84fb 100644 --- a/src/views/components/common/ScheduleListItem.tsx +++ b/src/views/components/common/ScheduleListItem.tsx @@ -166,7 +166,7 @@ export default function ScheduleListItem({ schedule, onClick }: ScheduleListItem as={ExtensionRootWrapper} className={clsx([ styleResetClass, - 'w-fit cursor-pointer origin-top-right rounded bg-white p-1 text-black shadow-lg transition border border-theme-offwhite1 focus:outline-none', + 'w-fit cursor-pointer origin-top-right rounded bg-white p-1 text-black shadow-lg transition border border-theme-offwhite/50 focus:outline-none', 'data-[closed]:(opacity-0 scale-95)', 'data-[enter]:(ease-out-expo duration-150)', 'data-[leave]:(ease-out duration-50)', diff --git a/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx b/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx index ddd2b19c..53fd4e3a 100644 --- a/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx +++ b/src/views/components/injected/CourseCatalogInjectedPopup/GradeDistribution.tsx @@ -140,7 +140,7 @@ export default function GradeDistribution({ course }: GradeDistributionProps): J tickWidth: 1, tickLength: 10, tickColor: '#9CADB7', - crosshair: { color: extendedColors.theme.offwhite2 }, + crosshair: { color: extendedColors.theme.offwhite }, lineColor: '#9CADB7', }, yAxis: {