Skip to content

Commit

Permalink
make nupath tags bigger (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 authored Mar 24, 2024
1 parent d692798 commit e4c843c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/frontend/components/AddCourseModal/NUPathLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ export const NUPathLabel: React.FC<NuPathLabelProps> = ({
backgroundColor={
filteredPaths.includes(nuPath, 0) ? "blue.100" : "gray.200"
}
width="6"
height="4"
width="7"
height="5"
justifyContent="center"
alignItems="center"
borderRadius="base"
>
<Text fontSize="2xs">{pathToAbbrev(nuPath)}</Text>
<Text fontSize="xs">{pathToAbbrev(nuPath)}</Text>
</Flex>
))}
</Flex>
Expand Down

0 comments on commit e4c843c

Please sign in to comment.