Skip to content

Commit

Permalink
use neutral.gray
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Oct 25, 2023
1 parent 0108355 commit 56178ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend-v2/components/Plan/ScheduleTerm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const ScheduleTerm: React.FC<ScheduleTermProps> = ({
<GridItem
ref={setNodeRef}
transition="background-color 0.1s ease"
backgroundColor={isOver ? "neutral.gray2" : "#e7ebf1"}
backgroundColor={isOver ? "neutral.gray2" : "#neutral.gray"}
display="flex"
flexDirection="column"
px="sm"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-v2/components/Plan/TransferCourses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const TransferCourses: React.FC<TransferCoursesToggleProps> = ({
};

return (
<Flex direction="column" backgroundColor={"#e7ebf1"}>
<Flex direction="column" backgroundColor={"neutral.gray"}>
<TransferCoursesHeader
isExpanded={isExpanded}
toggleExpanded={toggleExpanded}
Expand Down

0 comments on commit 56178ea

Please sign in to comment.