From 72e601d4bdfedde9a97bc5a2776ef3af85544986 Mon Sep 17 00:00:00 2001 From: Pax <13646646+paxcodes@users.noreply.github.com> Date: Sat, 11 Apr 2020 19:48:15 -0700 Subject: [PATCH] Update 08.md --- getting-started-vue/08.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/getting-started-vue/08.md b/getting-started-vue/08.md index 8eff33d..1b64f38 100644 --- a/getting-started-vue/08.md +++ b/getting-started-vue/08.md @@ -2,7 +2,7 @@ ### Step 19. Styling the currently selected tab title -`` supports the CSS `:active` pseudo selecvtor to change the selected/deselected state of `TabStripItem` or `TabStripContent`. +`` supports the CSS `:active` pseudo selector to change the selected/deselected state of `TabStripItem` or `TabStripContent`. Use inline NativeScript-specific CSS to change the color and font size of the tab titles. @@ -10,15 +10,15 @@ Use inline NativeScript-specific CSS to change the color and font size of the ta #### Action -* **a.** In `HelloWorld.vue`, add the `tabstripitem` CSS class to the `style` section. +* **a.** In `HelloWorld.vue`, add the `` styles to the `style` section. ```CSS