fix(character-detail tab): 선택된 탭 이름 색깔 3bb9f1로 변경
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user