Skip to content

Commit a078711

Browse files
committed
Change message color
1 parent 628e4ef commit a078711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/velog/SeriesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SeriesListBlock = styled.div`
3030
}
3131
.message {
3232
font-size: 2rem;
33-
color: #ced4da;
33+
color: ${palette.gray6};
3434
margin-top: 3rem;
3535
margin-bottom: 2rem;
3636
}

0 commit comments

Comments
 (0)