Skip to content

Commit

Permalink
make panel headers bolder
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal committed Apr 10, 2024
1 parent 0f1e161 commit f0bb607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const ScheduleDropdownHeader = styled.div`
`

const SelectedName = styled.span`
font-weight: 500;
font-weight: 700;
min-width: 5rem;
font-size: 1.25rem;
`
Expand Down
4 changes: 2 additions & 2 deletions frontend/degree-plan/components/Requirements/ReqPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const DegreeHeaderContainer = styled.div`

const ReqPanelTitle = styled.div`
font-size: 1.25rem;
font-weight: 500;
font-weight: 700;
`

const DegreeBody = styled.div`
Expand Down Expand Up @@ -82,7 +82,7 @@ const AddButton = styled.div`

const ReqPanelBody = styled(PanelBody)`
overflow-y: scroll;
padding: .75rem;
padding: 1.5rem;
`

interface DegreeHeaderProps {
Expand Down

0 comments on commit f0bb607

Please sign in to comment.