mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
frame
This commit is contained in:
@@ -816,6 +816,8 @@ struct ChatTagsView: View {
|
||||
Image(systemName: selectedPresetTag?.getIcon(active: true) ?? "list.bullet")
|
||||
.foregroundColor(color)
|
||||
}
|
||||
.frame(minWidth: 24)
|
||||
.padding(.horizontal, 2)
|
||||
}
|
||||
|
||||
private func presetTagFilters() -> [ChatTagFilter] {
|
||||
|
||||
Reference in New Issue
Block a user