Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Sep 19, 2021
1 parent bba4140 commit cd504a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/animation.md
Expand Up @@ -169,7 +169,7 @@ Supply your own [keyframe formats](https://developer.mozilla.org/en-US/docs/Web/
.animation-keyframes .box {
width: 100px;
height: 100px;
background-color: rgb(var(--sl-color-primary-500));
background-color: rgb(var(--sl-color-primary-600));
}
</style>
```
Expand Down

0 comments on commit cd504a4

Please sign in to comment.