In a Tabview, I am using SFICON
TabView {
NotificationsView()
.tabItem {
Image(systemName: "heart")
}
}
In the original SFIcon "heart" is not filled, but when I use it in the code it is filled. Why do I get this? How to fix it?
In a Tabview, I am using SFICON
TabView {
NotificationsView()
.tabItem {
Image(systemName: "heart")
}
}
In the original SFIcon "heart" is not filled, but when I use it in the code it is filled. Why do I get this? How to fix it?