From bbd246801b8b298df710906c1b45ef6b6185c142 Mon Sep 17 00:00:00 2001 From: Johannes Kettmann Date: Mon, 8 Aug 2022 11:25:21 +0200 Subject: [PATCH 1/2] Change color --- features/issues/components/IssueList/Issue-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/issues/components/IssueList/Issue-list.tsx b/features/issues/components/IssueList/Issue-list.tsx index 4df0b48..abc6e24 100644 --- a/features/issues/components/IssueList/Issue-list.tsx +++ b/features/issues/components/IssueList/Issue-list.tsx @@ -53,7 +53,7 @@ const PaginationButton = styled.button` `; const PageInfo = styled.div` - color: ${color("gray", 700)}; + color: ${color("gray", 300)}; ${textFont("sm", "regular")} `; From 9e7157e01f7e8956d276a555be711b4caf0c756f Mon Sep 17 00:00:00 2001 From: Johannes Kettmann Date: Mon, 8 Aug 2022 11:25:27 +0200 Subject: [PATCH 2/2] Add typo --- features/projects/components/project-card/project-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/projects/components/project-card/project-card.tsx b/features/projects/components/project-card/project-card.tsx index 2c5bddd..882344f 100644 --- a/features/projects/components/project-card/project-card.tsx +++ b/features/projects/components/project-card/project-card.tsx @@ -42,7 +42,7 @@ const TopContainer = styled.div` const BottomContainer = styled.div` padding: ${space(4, 6)}; - border-top: 1px solid ${color("gray", 200)}; + border-top: 3px solid ${color("gray", 200)}; display: flex; justify-content: flex-end; `;