From dee20c652307efc1f17d2a924c9115ed2ca11c91 Mon Sep 17 00:00:00 2001 From: DhruvArora-03 Date: Sat, 24 Feb 2024 20:52:28 -0600 Subject: [PATCH] feat: fix icons on PopupMain --- src/views/components/PopupMain.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/components/PopupMain.tsx b/src/views/components/PopupMain.tsx index 808aa0f7..30db718c 100644 --- a/src/views/components/PopupMain.tsx +++ b/src/views/components/PopupMain.tsx @@ -10,9 +10,12 @@ import { handleOpenCalendar } from '@views/components/injected/CourseCatalogInje import useSchedules from '@views/hooks/useSchedules'; import { openTabFromContentScript } from '@views/lib/openNewTabFromContentScript'; import React from 'react'; -import { FaCalendarAlt, FaCog, FaRedo } from 'react-icons/fa'; // Added FaRedo for the refresh icon import { TestColors } from 'src/stories/components/PopupCourseBlock.stories'; +import CalendarIcon from '~icons/material-symbols/calendar-month'; +import RefreshIcon from '~icons/material-symbols/refresh'; +import SettingsIcon from '~icons/material-symbols/settings'; + /** * Renders the main popup component. * This component displays the main schedule, courses, and options buttons. @@ -50,7 +53,7 @@ export default function PopupMain() { style={{ backgroundColor: '#bf5700', borderRadius: '8px', padding: '8px' }} onClick={handleOpenCalendar} > - + @@ -152,7 +155,7 @@ export default function PopupMain() { DATA UPDATED ON: 12:00 AM 02/01/2024 - +