Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasudev committed Mar 12, 2022
1 parent ae29803 commit 1ff84bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ AxisTabView(selection: $selection, constant: ATConstant(axisMode: .bottom)) { st
.tabItem(tag: 2, normal: {
Text("Tab 3")
}, select: {
Text("Tab 4")
Text("Tab 3")
.bold()
.foregroundColor(Color.yellow)
})
Expand Down

0 comments on commit 1ff84bd

Please sign in to comment.