Skip to content

Commit

Permalink
UPDATE: Extension Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercen-Lee committed Jul 10, 2023
1 parent 474164a commit 436e6db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/OpenTDS/Component/TabView/TabView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public struct TossTabView: View {
}())
.opacity(idx == selected ? 1 : 0)
}

}
.frame(maxWidth: .infinity, maxHeight: .infinity)
.background(TossColor.background)
Expand Down

0 comments on commit 436e6db

Please sign in to comment.