@@ -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: {