We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131d3ee commit e5a3efeCopy full SHA for e5a3efe
features/issues/components/IssueList/Issue-list.tsx
@@ -53,7 +53,7 @@ const PaginationButton = styled.button`
53
`;
54
55
const PageInfo = styled.div`
56
- color: ${color("gray", 700)};
+ color: ${color("gray", 300)};
57
${textFont("sm", "regular")}
58
59
features/projects/components/project-card/project-card.tsx
@@ -42,7 +42,7 @@ const TopContainer = styled.div`
42
43
const BottomContainer = styled.div`
44
padding: ${space(4, 6)};
45
- border-top: 1px solid ${color("gray", 200)};
+ border-top: 3px solid ${color("gray", 200)};
46
display: flex;
47
justify-content: flex-end;
48
0 commit comments