FFilament•Created by Häz on 11/2/2023 in #❓┊help Default notification icon set (Heroicons) not displaying properly
Hey. I found the issue.
// app.css
svg {
fill: currentColor;
}
This was breaking some icons (e.g. check-circle
). Never had this problem before in Filament v2. Thanks!