From f24bccd07fa63710664a7c3fc53be1cbaff8bf8a Mon Sep 17 00:00:00 2001 From: Martin Barreto Date: Thu, 29 Jul 2021 12:21:28 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a00e0a..dd01094 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ struct PagerView: View { } } } - .pagerTabStripViewStyle(PagerTabViewStyle(tabItemSpacing: 0, tabItemHeight: 50, indicatorBarHeight: 2, indicatorBarColor: .gray)) + .pagerTabStripViewStyle(PagerTabViewStyle(tabItemSpacing: 0, tabItemHeight: 50, indicatorBarHeight: 2, indicatorBarColor: .gray)) } } ```