fix(character-detail tab): 선택된 탭 이름 색깔 3bb9f1로 변경

This commit is contained in:
Yu Sung
2025-09-05 14:19:06 +09:00
parent 6ece66a99c
commit 9d00869a8d

View File

@@ -97,7 +97,7 @@ struct ChatInnerTab: View {
size: 18 size: 18
) )
) )
.foregroundColor(Color(hex: "b0bec5")) .foregroundColor(Color(hex: isSelected ? "3bb9f1" : "b0bec5"))
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
Spacer() Spacer()