Skip to content

Commit

Permalink
card width and text change
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 committed Dec 12, 2023
1 parent 95f160a commit ba8adb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion epictrack-web/src/components/myWorkplans/Card/CardBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ const CardBody = ({ workplan }: CardProps) => {
</ETParagraph>
</Grid>
<Grid item>
<ETCaption1 color={Palette.neutral.main}>IAAC INVOLVEMENT</ETCaption1>
<ETCaption1 color={Palette.neutral.main}>
FEDERAL INVOLVEMENT
</ETCaption1>
</Grid>
<Grid item>
<ETParagraph color={Palette.neutral.dark}>
Expand Down
1 change: 0 additions & 1 deletion epictrack-web/src/components/myWorkplans/Card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const Card = ({ workplan }: CardProps) => {
return (
<Box
sx={{
maxWidth: "516px",
border: `2px solid var(--neutral-background-dark, ${Palette.neutral.bg.dark})`,
borderRadius: "4px 4px 4px 4px",
}}
Expand Down

0 comments on commit ba8adb4

Please sign in to comment.