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 26894df commit 87f0fddCopy full SHA for 87f0fdd
1 file changed
components/utils/ShapeList.js
@@ -116,7 +116,7 @@ const ShapeActions = styled.div`
116
justify-content: space-between;
117
`;
118
119
-const ShapeName = styled.h4`
+const ShapeName = styled.h2`
120
display: flex;
121
justify-content: flex-start;
122
align-items: center;
@@ -163,7 +163,7 @@ const ShapeCreditsOwner = styled.div`
163
const ShapeCreditsDate = styled.small`
164
margin-top: 0.3rem;
165
font-size: var(--fs-sm);
166
- color: var(--color-neutral-50);
+ color: var(--color-neutral-60);
167
line-height: 1;
168
169
0 commit comments