Skip to content

Commit 3c0bdcd

Browse files
fix: css in examples directory. (#8977)
* Update App.svelte CSS Fixes in span element. * Add space --------- Co-authored-by: Ben McCann <[email protected]>
1 parent c1d3d58 commit 3c0bdcd

File tree

1 file changed

+1
-0
lines changed
  • documentation/examples/06-lifecycle/02-update

1 file changed

+1
-0
lines changed

documentation/examples/06-lifecycle/02-update/App.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
}
9090
9191
span {
92+
color: black;
9293
padding: 0.5em 1em;
9394
display: inline-block;
9495
}

0 commit comments

Comments
 (0)