feat(character-detail): 상세 화면 도입 및 네비게이션/API 연동
This commit is contained in:
		@@ -26,8 +26,8 @@ struct DetailNavigationBar: View {
 | 
			
		||||
                    .frame(width: 20, height: 20)
 | 
			
		||||
                
 | 
			
		||||
                Text(title)
 | 
			
		||||
                    .font(.custom(Font.bold.rawValue, size: 18.3))
 | 
			
		||||
                    .foregroundColor(Color(hex: "eeeeee"))
 | 
			
		||||
                    .font(.custom(Font.preBold.rawValue, size: 18.3))
 | 
			
		||||
                    .foregroundColor(.grayee)
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
            Spacer()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user