Skip to content

Commit 7f6d1d3

Browse files
authored
fix: text color updated to black (sveltejs#200)
text color updated to black since input box is white, visibility issue fixed
1 parent 3324905 commit 7f6d1d3

File tree

1 file changed

+1
-0
lines changed
  • content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib

1 file changed

+1
-0
lines changed

content/tutorial/03-advanced-svelte/03-animations/01-animate/app-a/src/lib/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
background: #f4f4f4;
5151
padding: 0.5em;
5252
border: none;
53+
color: black;
5354
}
5455
5556
h2 {

0 commit comments

Comments
 (0)