mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
color, size
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user