Skip to content

Commit 86773de

Browse files
committed
update(text color): make the eizabot text black
1 parent bce3ead commit 86773de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/tutorial/01-svelte/07-lifecycle/03-update/app-a/src/lib/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
.eliza span {
104104
background-color: #eee;
105105
border-radius: 1em 1em 1em 0;
106+
color: black;
106107
}
107108
108109
.user span {

content/tutorial/01-svelte/07-lifecycle/03-update/app-b/src/lib/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
.eliza span {
108108
background-color: #eee;
109109
border-radius: 1em 1em 1em 0;
110+
color: black;
110111
}
111112
112113
.user span {

0 commit comments

Comments
 (0)