feat(ui): Modify Calendar Footer design and Unscheduled courses (#503)
* feat: update styling and text for unscheduled courses in footer * refactor: correct offwhite theme colors * fix(ui): adjust em dash spacing, footer bottom padding, and vertically align course text --------- Co-authored-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user