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