Skip to content

Commit

Permalink
fix: updated box borders
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalisin committed Sep 4, 2024
1 parent fac3e71 commit 4cf496f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const SubjectPhasePicker: FC<SubjectPhasePickerData> = ({
</SelectButton>
</Box>
{showSubjects && (
<Box
<SchoolPhaseDropDownBox
$background={"white"}
$dropShadow="interactiveCardHover"
$left={0}
Expand All @@ -474,8 +474,6 @@ const SubjectPhasePicker: FC<SubjectPhasePickerData> = ({
$zIndex={"inFront"}
$width={"100%"}
>
<BoxBorders />

<FocusOn
autoFocus={false}
onClickOutside={() => setShowSubjects(false)}
Expand Down Expand Up @@ -564,7 +562,7 @@ const SubjectPhasePicker: FC<SubjectPhasePickerData> = ({
</OwaLink>
</Box>
</FocusOn>
</Box>
</SchoolPhaseDropDownBox>
)}
<Box
$height={80}
Expand Down

0 comments on commit 4cf496f

Please sign in to comment.