Skip to content

Commit 79e7ccc

Browse files
docs: fix white text on white BG in examples (#8821)
fixes ##8816
1 parent a83e438 commit 79e7ccc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

documentation/tutorial/04-logic/05-keyed-each-blocks/app-a/Thing.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
padding: 0.2em 1em 0.3em;
3535
text-align: center;
3636
border-radius: 0.2em;
37+
color:#333333;
3738
background-color: #ffdfd3;
3839
}
3940
</style>

documentation/tutorial/04-logic/05-keyed-each-blocks/app-b/Thing.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
padding: 0.2em 1em 0.3em;
3535
text-align: center;
3636
border-radius: 0.2em;
37+
color:#333333;
3738
background-color: #ffdfd3;
3839
}
3940
</style>

0 commit comments

Comments
 (0)