fix(character-detail) 캐릭터 상세

- 화면이 좌우로 길어지면서 잘리던 버그 수정
This commit is contained in:
Yu Sung
2025-09-02 04:32:45 +09:00
parent 7b3bb79e2c
commit 833fd0f1b0
2 changed files with 10 additions and 11 deletions

View File

@@ -28,6 +28,8 @@ struct DetailNavigationBar: View {
Text(title)
.font(.custom(Font.preBold.rawValue, size: 18.3))
.foregroundColor(.grayee)
.lineLimit(1)
.truncationMode(.tail)
}
Spacer()