Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Oct 25, 2023
1 parent ca874a0 commit 2caf0a9
Showing 1 changed file with 1 addition and 1 deletion.
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" : "#neutral.gray"}
backgroundColor={isOver ? "neutral.gray2" : "neutral.gray"}
display="flex"
flexDirection="column"
px="sm"
Expand Down

0 comments on commit 2caf0a9

Please sign in to comment.