Skip to content

Commit

Permalink
fix plantcardkey horizontalline styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezryr committed Dec 13, 2024
1 parent 6522de2 commit a2513e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion components/PlantCardKey/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ export default function PlantCardKey() {
<DifficultyBarAndLabel difficultyLevel="HARD" />
</DifficultyLevelsContainer>
</Flex>
<HorizontalLine />
<Flex $px="16px">
<HorizontalLine />
</Flex>
<IconKeyContainer>
<P3 $color={COLORS.shrub} $fontWeight={400}>
Icon Key
Expand Down
1 change: 0 additions & 1 deletion components/PlantCardKey/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const HorizontalLine = styled.div`
width: 100%;
height: 1px;
background-color: #e4e4e4;
margin: 0px 16px 0px 16px;
`;

export const IconKeyContainer = styled.div`
Expand Down

0 comments on commit a2513e8

Please sign in to comment.