Some fixes

pull/1/head
Antonio De Lucreziis 2 years ago
parent b593407915
commit c3810670b2

@ -343,7 +343,7 @@ const CourseView = ({ events, selection, setSelection, hideOtherCourses }) => {
{courseEvents.map(course => (
<div>
{WEEK_DAYS[course.start.getDay()]}{' '}
{format(course.start, 'H:mm')} &ndash;
{format(course.start, 'H:mm')} &ndash;{' '}
{format(course.end, 'H:mm')} {course.aula}
</div>
))}

@ -35,7 +35,7 @@ body.dark-mode {
--bg-highlight-500: #a64edb;
--border-400: hsl(269, 40%, 50%);
--border-500: hsl(269, 60%, 60%);
--border-600: hsl(269,80%,70%);
--border-600: hsl(269, 80%, 70%);
--border-highlight-500: hsl(269, 80%, 78%);
--border-selected-500: #b66af6;
--text-500: #e6cff6;

Loading…
Cancel
Save