From cd504a4127ee96c0e1031eca71b64442a087a29c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 19 Sep 2021 11:42:33 -0400 Subject: [PATCH] fix color --- docs/components/animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/animation.md b/docs/components/animation.md index e503fed7ef..665a8ec816 100644 --- a/docs/components/animation.md +++ b/docs/components/animation.md @@ -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)); } ```