From ac7505d81bd564f6b1fafc3ad734fb36b9a9773f Mon Sep 17 00:00:00 2001 From: Pedro Coelho Date: Tue, 7 Nov 2023 20:54:34 +0000 Subject: [PATCH] docs: update text color in animate example (#9374) --- documentation/examples/10-animations/00-animate/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/examples/10-animations/00-animate/App.svelte b/documentation/examples/10-animations/00-animate/App.svelte index 7228fee49b..7209a25f15 100644 --- a/documentation/examples/10-animations/00-animate/App.svelte +++ b/documentation/examples/10-animations/00-animate/App.svelte @@ -113,6 +113,7 @@ border-radius: 2px; background-color: #eee; user-select: none; + color: black; } input {