콘텐츠 메인 시리즈 탭
- 아이템 width 고정
This commit is contained in:
@@ -89,7 +89,7 @@ struct ContentMainTabRankContentView: View {
|
||||
.foregroundColor(.gray77)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: screenSize().width * 0.66, alignment: .leading)
|
||||
.frame(width: screenSize().width * 0.66, alignment: .leading)
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
AppState
|
||||
|
||||
Reference in New Issue
Block a user