color, size

This commit is contained in:
Evgeny Poberezkin
2024-12-16 11:57:32 +00:00
parent 3acc59bd5d
commit 76820755e3
2 changed files with 1 additions and 5 deletions
@@ -329,7 +329,7 @@ struct ChatListNavLink: View {
} label: {
SwipeLabel(NSLocalizedString("List", comment: "swipe action"), systemImage: "tag.fill", inverted: oneHandUI)
}
.tint(Color.brown)
.tint(.mint)
}
private func setTagChatSheet(_ chat: Chat) {
@@ -387,7 +387,6 @@ struct ChatListNavLink: View {
} label: {
SwipeLabel(NSLocalizedString("More", comment: "swipe action"), systemImage: "ellipsis", inverted: oneHandUI)
}
.tint(Color.gray)
}
private func clearNoteFolderButton() -> some View {
@@ -814,9 +814,6 @@ struct ChatTagsView: View {
}
} label: {
Image(systemName: selectedPresetTag?.getIcon(active: true) ?? "list.bullet")
.resizable()
.scaledToFit()
.frame(width: 22, height: 20)
.foregroundColor(color)
}
}