From 09064fb9727f0af8af6978986478ebfd6e282272 Mon Sep 17 00:00:00 2001 From: Mouise Bashir <74969971+mouise1111@users.noreply.github.com> Date: Sun, 29 Jan 2023 11:42:28 +0100 Subject: [PATCH] Text color updated to black text color updated to black since input box is white, visibility issue fixed --- .../03-animations/01-animate/app-a/src/lib/App.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib/App.svelte b/content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib/App.svelte index b57ef3e5a..4813193e8 100644 --- a/content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib/App.svelte +++ b/content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib/App.svelte @@ -50,6 +50,7 @@ background: #f4f4f4; padding: 0.5em; border: none; + color: black; } h2 {