Skip to content

Commit d49a0cf

Browse files
committed
fix: [Typing] fix color
1 parent 069664f commit d49a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Typing/style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
background: var(--gray-2);
2020
}
2121
&:nth-child(2) {
22-
background: var(--gray-6);
22+
background: var(--gray-5);
2323
animation-delay: 0.225s;
2424
}
2525
&:nth-child(3) {

0 commit comments

Comments
 (0)