콘텐츠 메인 시리즈 탭

- 아이템 width 고정
This commit is contained in:
Yu Sung
2025-02-26 18:34:01 +09:00
parent ee22a0a77e
commit 3207b7e4a8
2 changed files with 5 additions and 5 deletions

View File

@@ -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