increase button size

This commit is contained in:
spaced4ndy
2024-05-03 11:47:02 +04:00
parent 1fb3e98d11
commit f522941721
@@ -308,6 +308,9 @@ struct ChatsSearchBar: View {
Color.clear
.frame(width: 30, height: 30)
Image(systemName: "line.3.horizontal.decrease.circle" + (showUnreadAndFavorites ? ".fill" : ""))
.resizable()
.scaledToFit()
.frame(width: 18, height: 18)
.foregroundColor(.accentColor)
}
}