Skip to content

Commit e5a3efe

Browse files
authored
Add simple tasks (#22)
1 parent 131d3ee commit e5a3efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/issues/components/IssueList/Issue-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const PaginationButton = styled.button`
5353
`;
5454

5555
const PageInfo = styled.div`
56-
color: ${color("gray", 700)};
56+
color: ${color("gray", 300)};
5757
${textFont("sm", "regular")}
5858
`;
5959

features/projects/components/project-card/project-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const TopContainer = styled.div`
4242

4343
const BottomContainer = styled.div`
4444
padding: ${space(4, 6)};
45-
border-top: 1px solid ${color("gray", 200)};
45+
border-top: 3px solid ${color("gray", 200)};
4646
display: flex;
4747
justify-content: flex-end;
4848
`;

0 commit comments

Comments
 (0)