Skip to content

Commit 87f0fdd

Browse files
committed
heaindg and color contrast issue fix
1 parent 26894df commit 87f0fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/utils/ShapeList.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const ShapeActions = styled.div`
116116
justify-content: space-between;
117117
`;
118118

119-
const ShapeName = styled.h4`
119+
const ShapeName = styled.h2`
120120
display: flex;
121121
justify-content: flex-start;
122122
align-items: center;
@@ -163,7 +163,7 @@ const ShapeCreditsOwner = styled.div`
163163
const ShapeCreditsDate = styled.small`
164164
margin-top: 0.3rem;
165165
font-size: var(--fs-sm);
166-
color: var(--color-neutral-50);
166+
color: var(--color-neutral-60);
167167
line-height: 1;
168168
`;
169169

0 commit comments

Comments
 (0)