Skip to content

Commit 774a224

Browse files
committed
style: fix follow stat text color
1 parent 07e43f0 commit 774a224

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/web/src/features/velog/components/VelogFollowStats/VelogFollowStats.module.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@
3636
.count {
3737
margin-top: 16px;
3838
font-size: 32px;
39-
40-
.text {
41-
color: var(--text2);
42-
}
39+
color: var(--text2);
4340

4441
@media screen and (max-width: 768px) {
4542
font-size: 24px;

0 commit comments

Comments
 (0)