You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When border radius is set to less than 12, and "skip libadwaita applications" is turned off, there are those weird black borders around libadwaita apps.
Screenshot with border radius set to 0
This seems to be caused by the fact that we're trying to make border radius of libadwaita apps smaller than the default libadwaita value, which is not possible. This by itself does not look like a bug. What's weird though is that the value at which this disappears is 12 and not 8, since the default libadwaita corner rounding is 8px as far as I can tell.