Skip to content

Commit

Permalink
fix: [Typing] fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Jul 6, 2022
1 parent 069664f commit d49a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Typing/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
background: var(--gray-2);
}
&:nth-child(2) {
background: var(--gray-6);
background: var(--gray-5);
animation-delay: 0.225s;
}
&:nth-child(3) {
Expand Down

0 comments on commit d49a0cf

Please sign in to comment.