Skip to content

Commit

Permalink
fix: linting issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Mar 15, 2024
1 parent 244c47a commit dd21a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const WalkthroughStep = ({ className, children, title, number, id }) => {
color: black;
font-weight: 500;
transform: scale(1.18) translateX(14px);
transition: background-color 325ms, border 325ms, color 325ms,
transition: background-color 325ms, border 325ms, color 325ms,
transform 325ms;
}
Expand Down Expand Up @@ -72,7 +72,7 @@ const WalkthroughStep = ({ className, children, title, number, id }) => {
text-align: center;
top: -4px;
transform: translateX(50%);
transition: background-color 325ms, border 325ms, color 325ms,
transition: background-color 325ms, border 325ms, color 325ms,
transform 325ms;
width: var(--ring-size);
Expand Down

0 comments on commit dd21a4f

Please sign in to comment.