Skip to content

Commit 4883d03

Browse files
funzeyerigor789
authored andcommitted
Update 2-playground-tutorial.md (#191)
no reference to this id in code or steps. Included by mistake?
1 parent 47f4659 commit 4883d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/getting-started/2-playground-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ This section applies the basic NativeScript knowledge from [Advanced design: Sty
751751
1. Add the `separatorColor` property, and set it to `transparent` for the `<ListView>` that represents completed tasks. This way, the separator will no longer appear in your list.
752752

753753
```HTML
754-
<ListView id="completed-list" class="list-group" for="done in dones" @itemTap="onDoneTap" style="height:75%" separatorColor="transparent">
754+
<ListView class="list-group" for="done in dones" @itemTap="onDoneTap" style="height:75%" separatorColor="transparent">
755755
```
756756

757757
1. In `<style scoped>`, create the style for completed tasks. Set font size, color, text decoration, and some padding to position the text on the page. Play with margins and paddings until you get a result that works for you.

0 commit comments

Comments
 (0)