This commit is contained in:
Evgeny Poberezkin
2024-12-16 18:26:13 +00:00
parent 6467d6d706
commit 11aa5b450a
@@ -816,8 +816,7 @@ struct ChatTagsView: View {
Image(systemName: selectedPresetTag?.getIcon(active: true) ?? "list.bullet")
.foregroundColor(color)
}
.frame(minWidth: 24)
.padding(.horizontal, 2)
.frame(minWidth: 28)
}
private func presetTagFilters() -> [ChatTagFilter] {